mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
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: http://flask-script.readthedocs.io/en/latest/
6 lines
326 B
Text
6 lines
326 B
Text
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: http://flask-script.readthedocs.io/en/latest/
|