app/django/conf/project_template/settings.py
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
equal deleted inserted replaced
322:6641e941ef1e 323:ff1a9aa48cfd
    59 
    59 
    60 MIDDLEWARE_CLASSES = (
    60 MIDDLEWARE_CLASSES = (
    61     'django.middleware.common.CommonMiddleware',
    61     'django.middleware.common.CommonMiddleware',
    62     'django.contrib.sessions.middleware.SessionMiddleware',
    62     'django.contrib.sessions.middleware.SessionMiddleware',
    63     'django.contrib.auth.middleware.AuthenticationMiddleware',
    63     'django.contrib.auth.middleware.AuthenticationMiddleware',
    64     'django.middleware.doc.XViewMiddleware',
       
    65 )
    64 )
    66 
    65 
    67 ROOT_URLCONF = '{{ project_name }}.urls'
    66 ROOT_URLCONF = '{{ project_name }}.urls'
    68 
    67 
    69 TEMPLATE_DIRS = (
    68 TEMPLATE_DIRS = (