https://github.com/contraslash/flask-bootstrapper
https://github.com/contraslash/flask-bootstrapper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/contraslash/flask-bootstrapper
- Owner: contraslash
- License: mit
- Created: 2018-10-30T01:22:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T19:43:55.000Z (over 2 years ago)
- Last Synced: 2025-06-12T05:54:48.186Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://contraslash.com/)
To use this generator
```bash
# 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
```