Flask-Unity

Flask-Unity an extension of flask web framework that ease 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.18

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

Simple usage:

pip install --upgrade flask_unity # install the library

flaskunity -p schoolsite # create project

cd schoolsite # cd into project directory

flaskunity db makemigrations # make migrations

flaskunity 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