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.
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
Copyright and licence¶
Copyright (C) 2017 - 2024 by vroncevic.github.io/manage_flask
manage_flask is free software; you can redistribute it and/or modify it under the same terms as Python itself, either Python version 3.x or, at your option, any later version of Python 3 you may have available.
Lets help and support PSF.