A complete and carefully designed template for use with the Flask web framework
Awesome artwork provided courtesy of Open Clip Art Library
Please check out the Flaskage documentation at Read the Docs.
Install Flaskage in your virtualenv as follows:
pip install git+git://github.com/fgimian/flaskage.git
Create a new project:
flaskage new <project-name>
Start the development server and check out your new project:
cd <project-name>
./manage.py server
Refer to the documentation for further instruction.
Flaskage is currently a work in progress. My current outstanding tasks are...
CLI:
- Complete unit tests for the flaskage CLI tool
- Consider a scaffolding command for BDD and Jade templates
Project Structure:
- Determine the best way to deal with symbolic link for Twitter Bootstrap fonts
Documentation:
- Complete writing documentation
Long-term goals are as follows:
- Generation of scaffolding including CRUD
- Pluggable scaffolding modules
- Ability to generate foreign keys and relationships via scaffolding