blob: 319bf61f3ea9aaead1aee01daef21e103eef482a (
plain) (
blame)
1
2
3
4
|
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.
|