Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 539 Bytes

Flask Bootstrapper

UNMANTAINED

The idea of have a django like application writted in Flask is against the principles of the microframework

This is a simple flask project generator, also creates an blueprint schema based on a scalable file architecture used at contraslash

To use this generator

# Create a new virtualenv with name auto_generated_flask
python -m venv auto_generated_flask
# install flask bootstrapper
pip install flask_bootstrapper
# Then just execute
flask-bootstrapper.py