Skip to content

codebynumbers/Flask-Foundation

 
 

Repository files navigation

Flask Foundation

A Fork of the original Flask-Foundation, but with the following enhancements:

  • Login using bcrpyted passwords
  • Forms and Models moved into modules
  • An ActiveModel Mixing added for db opertations (eg. User.save())
  • Account creation example
  • Make rename command to rename appname to something else, eg. make rename appname=webapp
  • Change Password example

Getting Started, assumes fully-stocked virtualenv

make rename appname=somenewapp

Create initial migrations

./manage.py db migrate

Apply to database

./manage.py db upgrade

Start

./manage.py runserver

Original Documentation is located at https://jackstouffer.github.io/Flask-Foundation/

About

A fork of the original Flask-Foundation, but with some enhancements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.5%
  • HTML 28.8%
  • Makefile 3.1%
  • Mako 1.6%
  • CSS 1.0%