View on GitHub

manage_flask

Manage commands for Flask

Flask Manage Mechanism

manage_flask is toolset for managing 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 GitHub issues open GitHub contributors

Table of Contents

Installation

Used next development environment

debian linux os

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/
pip3 install -r requirements.txt
mv manage.py /FlaskApp/
mv /manage_commands/ /FlaskApp/

During integration please check comments !

You can use docker to create image/container.

Dependencies

manage_flask requires other modules and libraries

Flask-Migrate == 2.6.0
Flask-Script  == 2.0.6

Package structure

Expected manage structure

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

Docs

Documentation Status

More documentation and info at

Contributing

Contributing to manage_flask

license: gpl v3 license apache 2.0

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.

Python Software Foundation

Donate