Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfg/flask-bootstrap
A Flask template with Flask-SQLAlchemy support and Twitter Bootstrap frontend.
https://github.com/alfg/flask-bootstrap
flask flask-bootstrap python twitter-bootstrap
Last synced: about 23 hours ago
JSON representation
A Flask template with Flask-SQLAlchemy support and Twitter Bootstrap frontend.
- Host: GitHub
- URL: https://github.com/alfg/flask-bootstrap
- Owner: alfg
- Created: 2012-04-10T02:44:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-15T06:15:25.000Z (almost 12 years ago)
- Last Synced: 2024-05-02T05:34:34.548Z (6 months ago)
- Topics: flask, flask-bootstrap, python, twitter-bootstrap
- Language: JavaScript
- Homepage:
- Size: 305 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-bootstrap #
Flask-Bootstrap is a simple template I use when creating small webapps using the Flask Framework, Twitter Bootstrap and SQLAlchemy as the ORM.
## Install ##
pip install -r requirements.txt
## Customize and Configure ##
Customize and configure your project by replacing `project` in several files including:
runserver.py
wsgi.py
models.py
project/
project/views.py
## Run ##
python runserver.py