summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 15:43:06 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 15:43:06 -0400
commitb497ca84b96152616a66fe9665460c751a859eb4 (patch)
treec63a0d954800e13d22a844e2a9c62f7d707937bd /files
parentceb216e3e8215c8ad27806b6982038d7174c30ce (diff)
downloadpuppet-django-b497ca84b96152616a66fe9665460c751a859eb4.tar.gz
puppet-django-b497ca84b96152616a66fe9665460c751a859eb4.tar.xz
puppet-django-b497ca84b96152616a66fe9665460c751a859eb4.zip
everest => genome
Diffstat (limited to 'files')
-rw-r--r--files/django.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/django.conf b/files/django.conf
index 2081703..3a0764b 100644
--- a/files/django.conf
+++ b/files/django.conf
@@ -1,8 +1,8 @@
# Custom Django entry for mod_python
-<Location "/everest-django/">
+<Location "/genome_django">
SetHandler python-program
PythonHandler django.core.handlers.modpython
- SetEnv DJANGO_SETTINGS_MODULE everest_django.settings
+ SetEnv DJANGO_SETTINGS_MODULE genome_django.settings
PythonDebug On
PythonPath "['/usr/local'] + sys.path"
</Location>