- Notifications
You must be signed in to change notification settings - Fork0
vroncevic/manage_flask
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
manage_flask is toolset for managing Flask App.
Developed inpython code.
The README is used to introduce the modules and provide instructions onhow to install the modules, any machine dependencies it may have and anyother information that should be provided before the modules are installed.
Table of Contents
Used next development environment
Navigate torelease page download and extract release archive.
To installmanage_flask type the following
tar xvzf manage_flask-x.y.z.tar.gzcd manage_flask-x.y.z/pip3 install -r requirements.txtmv manage.py /FlaskApp/mv /manage_commands/ /FlaskApp/
During integration please check comments !
You can use docker to create image/container.
manage_flask requires other modules and libraries
Flask-Migrate == 2.6.0Flask-Script == 2.0.6
Expected manage structure
├── manage.pymanage_commands/ ├── create_database.py ├── create_data.py ├── create_superuser.py ├── drop_database.py └── __init__.py
More documentation and info at
Copyright (C) 2017 - 2024 byvroncevic.github.io/manage_flask
manage_flask is free software; you can redistribute it and/or modifyit 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.
About
Manage commands for Flask