settings.py
changeset 14 cd6911eaac2c
parent 2 c11afa8623f7
child 62 b7e47cc39342
equal deleted inserted replaced
13:05248e27104a 14:cd6911eaac2c
    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     './templates',
    73 )
    73 )
    74 
    74 
    75 INSTALLED_APPS = (
    75 INSTALLED_APPS = (
    76     'django.contrib.auth',
    76     'django.contrib.auth',
    77     'django.contrib.contenttypes',
    77     'django.contrib.contenttypes',