summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/django.conf4
-rw-r--r--manifests/init.pp2
2 files changed, 3 insertions, 3 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>
diff --git a/manifests/init.pp b/manifests/init.pp
index 44c405a..fe5e9a5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,6 +19,6 @@ class django::server {
}
exec { "Checkout django example":
- command => "/usr/bin/git clone git://${repoappliance}/pub/git/code/everest_django /usr/local/everest_django",
+ command => "/usr/bin/git clone git://${repoappliance}/pub/git/code/genome_django /usr/local/genome_django",
}
}