settings.py
changeset 5 9a671f3eb24c
parent 2 a28d06481350
child 7 dfedb369f32e
equal deleted inserted replaced
4:e3b8a3ae3857 5:9a671f3eb24c
    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     './templates',
    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',
       
    80     'offline.event',
       
    81     'offline.feedback',
    79 )
    82 )