mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
274 B
Plaintext
6 lines
274 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.
|