Home

Source Code

See the Github repo

Purpose

Getting a decent flask base / boilerplate up and running quickly with some sane defaults

Synopsis

A Flask application template with the boilerplate code already done for you.

What’s Included?

  • Blueprints
  • User and permissions management
  • Flask-SQLAlchemy for databases
  • Flask-WTF for forms
  • Flask-Assets for asset management and SCSS compilation
  • Flask-Mail for sending emails
  • gzip compression
  • gulp autoreload for quick static page debugging

Formatting code

Before you submit changes to flask-base, you may want to auto format your code with python manage.py format.

Contributing

See the Github repository

License

MIT License