summaryrefslogtreecommitdiff
path: root/src/server/management
Commit message (Collapse)AuthorAgeFilesLines
* Don't use sub process if debug mode.Graham Dumpleton2022-04-191-1/+1
|
* Don't attempt to import WSGI module as could have side effects.Graham Dumpleton2020-09-241-4/+5
|
* Always run tty check.Graham Dumpleton2020-09-241-1/+1
|
* Import Django WSGI application as module not script file path so relative ↵Graham Dumpleton2018-03-261-2/+5
| | | | imports work.
* Include actual isatty check still when using --isatty option.Graham Dumpleton2018-02-061-1/+1
|
* Add --isatty option to mod_wsgi-express as interim option for ignoring ↵Graham Dumpleton2018-01-231-1/+27
| | | | SIGWINCH when in interactive terminal session.
* Don't automatically host static files with runmodwsgi if WhiteNoise ↵Graham Dumpleton2018-01-231-16/+22
| | | | middleware being used with Django.
* Allow --working-directory option to override calculated directory when using ↵Graham Dumpleton2017-10-011-12/+15
| | | | Django management command integration.
* Using --url-alias with runmodwsgi management command with Django would fail ↵Graham Dumpleton2017-01-211-3/+15
| | | | for Python 3.
* Supposed to use type, not string name. Breaking Django 1.7 and older.Graham Dumpleton2016-12-171-1/+1
|
* Calculate fallback Django base directory from top level module of settings ↵Graham Dumpleton2016-08-251-2/+4
| | | | module path.
* Drop nargs=1 when converting to argparse as forces into a list.Graham Dumpleton2016-08-231-0/+3
|
* Convert optparse to argparse for Django 1.10+ in mod_wsgi-express Django ↵Graham Dumpleton2016-08-191-1/+47
| | | | management command.
* Add the --log-to-terminal option to mod_wsgi-express to allow logging to be ↵Graham Dumpleton2014-11-231-1/+1
| | | | directed back to the terminal.
* Fix Django integration for versions older than Django 1.6. #33Graham Dumpleton2014-09-051-1/+10
|
* Added --setup-only option to mod_wsgi express.Graham Dumpleton2014-06-181-1/+4
|
* Broke runmodwsgi Django management command in 4.2.2.Graham Dumpleton2014-06-171-1/+2
|
* Django management command was using wrong name for admin script.Graham Dumpleton2014-05-311-1/+1
|
* Rename installed scripts and Django management command to tie them to mod_wsgi.Graham Dumpleton2014-03-161-0/+0
|
* Recover experimental changes after abandoning prior mod_wsgi 4.0 development.Graham Dumpleton2014-01-053-0/+51