My basic flask framework and architecture for most of my projects
Just clone the repository and setup some requirements 😏
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
- commander for shell and db
- Flask migration
- Pre-configured Dev, Test and Working Config
- SQLite with 3 different stages
- A blueprint for the main view
- MomentJS via Flask-Extension
- SQLAlchemy ORM
- Some db scripts (thank you miguel grinberg!)