File: version-4.5.19.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (17 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
==============
Version 4.5.19
==============

Version 4.5.19 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.19

Features Changed
----------------

* When using the Django management command integration of
  ``mod_wsgi-express``, allow the ``--working-directory`` option to
  override the calculated directory. This is necessary to cope with
  where the meaning of ``BASE_DIR`` in the Django settings file has been
  changed from the accepted convention of it being the parent directory
  of the Django project.