Bekt / flask-start

Flask boilerplate for non-trivial applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practical Flask

Flask boilerplate a non-trivial application.

Feel free to open an issue with any questions you have, whether it is related to this repository or Flask in general.

Totes not ready for anything.

TODO

  • Write this
  • Write comments
  • Multiple blueprints
  • End-to-end example
  • Celery/task queue section
  • User authentication section
  • Alembic and migration section
  • Deployment section
  • Testing section
  • Exception handling

Running

# In a virtualenv.

pip install -r requirements.txt
python runserver.py

Contributing

Do it!

About

Flask boilerplate for non-trivial applications.


Languages

Language:Python 91.0%Language:HTML 9.0%