Create flask project simply
Project description
Creating flask project one by one is very troublesome to ours.
‘flaskapp’ can create a flask project with base files fast and simple.
$ pip install flaskapp
$ flaskapp create your_project_name
$ cd your_project_name
$ python app.py
* Serving Flask app "app" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://0.0.0.0:80/ (Press CTRL+C to quit)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
flaskapp-1.0.4-py3-none-any.whl
(15.9 kB
view hashes)