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:
Jacob Kaplan-Moss 2005-10-04 18:05:37 +00:00
parent 78b8fcc235
commit 837afc5a29
1 changed files with 1 additions and 1 deletions

View File

@ -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 #