Flask-Unity

Flask-Unity an extension of flask web framework that erase the complexity of structuring flask project blueprint, packages, connecting other flask extensions, database migrations, and other annoying stuffs. For more about visit this page

Release v0.0.15

Flask-Unity Downloads Per Month Badge Flask-Unity Downloads Per Week Badge License Badge Wheel Support Badge Python Version Support Badge Contributors Badge

Simple usage:

pip install --upgrade flask_unity # install the library

flask_unity -p schoolsite # create project

cd schoolsite # cd into project directory

flask_unity db makemigrations # make migrations

flask_unity db migrate # apply migrations

python run.py boot # run development server

Now visit http://localhost:5000


Table of content

Flask-unity default page

https://raw.githubusercontent.com/usmanmusa1920/flask-unity/master/docs/_static/flask_unity_default_page.png