mirror of
https://github.com/django/django.git
synced 2024-12-25 02:26:12 +00:00
Changed default JING_PATH setting to be something that might actually be useful.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
78b8fcc235
commit
837afc5a29
@ -110,7 +110,7 @@ IGNORABLE_404_ENDS = ('mail.pl', 'mailform.pl', 'mail.cgi', 'mailform.cgi', 'fav
|
||||
SECRET_KEY = ''
|
||||
|
||||
# Path to the "jing" executable -- needed to validate XMLFields
|
||||
JING_PATH = "/usr/bin/jng"
|
||||
JING_PATH = "/usr/bin/jing"
|
||||
|
||||
##############
|
||||
# MIDDLEWARE #
|
||||
|
Loading…
Reference in New Issue
Block a user