settings.py
changeset 2 4d2bbb2f3c4e
parent 1 6d3b60546075
child 4 ac11fee16880
equal deleted inserted replaced
1:6d3b60546075 2:4d2bbb2f3c4e
    64 )
    64 )
    65 
    65 
    66 ROOT_URLCONF = 'spoken_tut.urls'
    66 ROOT_URLCONF = 'spoken_tut.urls'
    67 
    67 
    68 TEMPLATE_DIRS = (
    68 TEMPLATE_DIRS = (
       
    69 	"template",
    69     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
    70     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
    70     # Always use forward slashes, even on Windows.
    71     # Always use forward slashes, even on Windows.
    71     # Don't forget to use absolute paths, not relative paths.
    72     # Don't forget to use absolute paths, not relative paths.
    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     'spoken_tut.upload',
    79 )
    81 )