summaryrefslogtreecommitdiff
path: root/src/server/management/commands
Commit message (Expand)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 imp...Graham Dumpleton2018-03-261-2/+5
* 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 SIGWIN...Graham Dumpleton2018-01-231-1/+27
* Don't automatically host static files with runmodwsgi if WhiteNoise middlewar...Graham Dumpleton2018-01-231-16/+22
* Allow --working-directory option to override calculated directory when using ...Graham Dumpleton2017-10-011-12/+15
* Using --url-alias with runmodwsgi management command with Django would fail f...Graham Dumpleton2017-01-211-3/+15
* 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 mo...Graham Dumpleton2016-08-251-2/+4
* 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 mana...Graham Dumpleton2016-08-191-1/+47
* Add the --log-to-terminal option to mod_wsgi-express to allow logging to be d...Graham Dumpleton2014-11-231-1/+1
* 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-052-0/+51