1b99a5ccde
- Update WWW Approved by: portmgr blanket
7 lines
317 B
Plaintext
7 lines
317 B
Plaintext
The Flask-Script extension provides support for writing external scripts
|
|
in Flask. This includes running a development server, a customised
|
|
Python shell, scripts to set up your database, cronjobs, and other
|
|
command-line tasks that belong outside the web application itself.
|
|
|
|
WWW: https://flask-script.readthedocs.io/
|