Ticket #11070: 11070-remove-jing-path-from-global-settings.diff
File 11070-remove-jing-path-from-global-settings.diff, 1.1 KB (added by , 15 years ago) |
---|
-
django/conf/global_settings.py
225 225 # loudly. 226 226 SECRET_KEY = '' 227 227 228 # Path to the "jing" executable -- needed to validate XMLFields229 JING_PATH = "/usr/bin/jing"230 231 228 # Default file storage mechanism that holds media. 232 229 DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage' 233 230 -
docs/ref/settings.txt
594 594 * Receive X headers if the ``XViewMiddleware`` is installed (see 595 595 :ref:`topics-http-middleware`) 596 596 597 .. setting:: JING_PATH598 599 JING_PATH600 ---------601 602 Default: ``'/usr/bin/jing'``603 604 Path to the "Jing" executable. Jing is a RELAX NG validator, and Django uses it605 to validate each ``XMLField`` in your models.606 See http://www.thaiopensource.com/relaxng/jing.html .607 608 597 .. setting:: LANGUAGE_CODE 609 598 610 599 LANGUAGE_CODE