Changes between Version 4 and Version 5 of InitdScriptForDebian
- Timestamp:
- Jun 10, 2011, 3:37:42 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InitdScriptForDebian
v4 v5 6 6 }}} 7 7 8 By default the script expects Django sites in {{{/var/lib/django/<project>}}}. It will store PID files in {{{/var/run/django}}}. These directories must already exist. 8 By default the script expects Django sites in {{{/var/lib/django/<project>}}}. It will store PID files in {{{/var/run/django}}}. These directories must already exist. Be careful not to set your {{{RUN_PATH}}} to {{{/var/run/}}} but to a subdirectory as this script changes the ownership of the runpath. 9 9 10 10 The settings may be overridden in a settings file located at {{{/etc/defaults/django}}}. You must at least set the {{{DJANGO_SITES}}} variable. An example is included below.