Manage Flask

manage_flask is toolset for configuration setup of Flask App.

Developed in python code.

The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.

manage_flask python checker manage_flask package checker

manage_flask github issues manage_flask github contributors

manage_flask documentation Status

Installation

Navigate to release page download and extract release archive.

To install manage_flask type the following

tar xvzf manage_flask-x.y.z.tar.gz
cd manage_flask-x.y.z/
pip install -r requirements.txt
mv manage.py /FlaskApp/
mv /manage_commands/ /FlaskApp/

You can use Docker to create image/container.

Dependencies

manage_flask requires next modules and libraries

Package structure

manage_flask is based on OOP.

Code structure

├── manage.py
manage_commands/
    ├── create_database.py
    ├── create_data.py
    ├── create_superuser.py
    ├── drop_database.py
    └──  __init__.py

Indices and tables