settings.py
changeset 1 76e7f41b03ef
parent 0 d2b78840bfcb
child 2 0c8f277f2ea3
equal deleted inserted replaced
0:d2b78840bfcb 1:76e7f41b03ef
    19 # Local time zone for this installation. Choices can be found here:
    19 # Local time zone for this installation. Choices can be found here:
    20 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
    20 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
    21 # although not all choices may be available on all operating systems.
    21 # although not all choices may be available on all operating systems.
    22 # If running in a Windows environment this must be set to the same as your
    22 # If running in a Windows environment this must be set to the same as your
    23 # system time zone.
    23 # system time zone.
    24 TIME_ZONE = 'America/Chicago'
    24 TIME_ZONE = 'Asia/Kolkata'
    25 
    25 
    26 # Language code for this installation. All choices can be found here:
    26 # Language code for this installation. All choices can be found here:
    27 # http://www.i18nguy.com/unicode/language-identifiers.html
    27 # http://www.i18nguy.com/unicode/language-identifiers.html
    28 LANGUAGE_CODE = 'en-us'
    28 LANGUAGE_CODE = 'en-us'
    29 
    29 
    67 
    67 
    68 TEMPLATE_DIRS = (
    68 TEMPLATE_DIRS = (
    69     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
    69     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
    70     # Always use forward slashes, even on Windows.
    70     # Always use forward slashes, even on Windows.
    71     # Don't forget to use absolute paths, not relative paths.
    71     # Don't forget to use absolute paths, not relative paths.
       
    72     '.',
    72 )
    73 )
    73 
    74 
    74 INSTALLED_APPS = (
    75 INSTALLED_APPS = (
    75     'django.contrib.auth',
    76     'django.contrib.auth',
    76     'django.contrib.contenttypes',
    77     'django.contrib.contenttypes',
    77     'django.contrib.sessions',
    78     'django.contrib.sessions',
    78     'django.contrib.sites',
    79     'django.contrib.sites',
    79 )
    80 )
       
    81 
       
    82 APACHE_URL_PREFIX = "/sagedays/"