From cbf6be7990951c0f4afa2d1354fb0b63b9b97dec Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:16:11 +0100 Subject: [svn] more parsing back to 2002 Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8047 by julian @ 10/31/2008 2:43 PM --- settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index ef4a66b..624479e 100644 --- a/settings.py +++ b/settings.py @@ -1,4 +1,4 @@ -from localsettingsserver import * +from localsettingsubuntu import * # Django settings for troggle2 project. DEBUG = True @@ -34,7 +34,7 @@ MEDIA_ROOT = '/media-admin/' # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash if there is a path component (optional in other cases). # Examples: "http://media.lawrence.com", "http://example.com/media/" -MEDIA_URL = 'http://127.0.0.1:8000/site_media/' +MEDIA_URL = 'http://127.0.0.1:8000/troggle/site_media/' SVX_URL = 'http://127.0.0.1:8000/troggle/survex/' @@ -67,7 +67,7 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'troggle.urls' TEMPLATE_DIRS = ( - "/home/mjg/expoweb/troggle/templates" + "/home/goatchurch/expoweb/troggle/templates" # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. -- cgit v1.2.3