A Flask cookie-cutter for starting a flask project. Its higlights include:
- Separate your core logic with your frivolous web interface code.
- Centralize config management in a settings.py (resembles django project structure).
- Several out-of-box management command (use
python manage.py
to see all commands) - Integration with my flask-social plugin which makes sense for all social-site developers
- And more...