2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 03:59:19 +00:00

[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
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:16:11 +01:00
parent 44bb2bb723
commit cbf6be7990
2 changed files with 68 additions and 20 deletions

View File

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