--- 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/"