Skip to content

simudream/flaskage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flaskage is a complete and carefully designed template for use with the Flask web framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.1%
  • HTML 13.3%
  • CSS 1.8%
  • Other 0.8%