Skip to main content

Tool that makes managing Flask easy.

Project description

Welcome to flaskmng

What is flaskmng?

flaskmng is a tool that manages Flask project. It is designed in MVT architecture.

Usage

First of all, you must create virtual environment.

> python -m venv env

To activate,

> . env/Scripts/activate # for Windows
> source env/bin/activate # for Linux

Then, for installing flaskmng to the virtual environment you must use pip. After installing pip enter the command given below:

> pip install flaskmng 

Startproject

For creating main structure of your flask application and starting project:

> flaskmng startproject

Don't forget to add your virtual environment name to .gitignore file.

Startapp

Then, you can add multiple apps to your project. For creating single app structure:

> flaskmng startapp

Conclusion

In conclusion, your flask project ready to development. Enjoy the advantages of flaskmng.

Thanks for using!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flaskmng-1.0.2.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

flaskmng-1.0.2-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page