Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.47 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.47 KB

Flaskage

A complete and carefully designed template for use with the Flask web framework

Build Status

Flaskage Logo

Awesome artwork provided courtesy of Open Clip Art Library

Documentation

Please check out the Flaskage documentation at Read the Docs.

Quick Start

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.

TODO

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