diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-10-04 18:05:37 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-10-04 18:05:37 +0000 |
| commit | 837afc5a29d506b363d782f0fb306acf34ee2bf3 (patch) | |
| tree | 127cc4581539c77dcff29f2b5640503ae091c87e | |
| parent | 78b8fcc235f4c6f89a5baa7811665e9dbcc95820 (diff) | |
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
| -rw-r--r-- | django/conf/global_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 449d25d01e..c5e560c9e1 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -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 # |
