added apache url prefix which is going to be used in urls.py
authornishanth
Sat, 29 May 2010 08:43:33 +0530
changeset 1 76e7f41b03ef
parent 0 d2b78840bfcb
child 2 0c8f277f2ea3
added apache url prefix which is going to be used in urls.py
settings.py
--- a/settings.py	Wed May 05 10:31:01 2010 +0530
+++ b/settings.py	Sat May 29 08:43:33 2010 +0530
@@ -21,7 +21,7 @@
 # although not all choices may be available on all operating systems.
 # If running in a Windows environment this must be set to the same as your
 # system time zone.
-TIME_ZONE = 'America/Chicago'
+TIME_ZONE = 'Asia/Kolkata'
 
 # Language code for this installation. All choices can be found here:
 # http://www.i18nguy.com/unicode/language-identifiers.html
@@ -69,6 +69,7 @@
     # 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.
+    '.',
 )
 
 INSTALLED_APPS = (
@@ -77,3 +78,5 @@
     'django.contrib.sessions',
     'django.contrib.sites',
 )
+
+APACHE_URL_PREFIX = "/sagedays/"