Mercurial > public > sg101
comparison gpp/settings.py @ 42:48b221d304c6
Removed old legal application urls from main urls file. (Forgot to do this in last commit.) Added flatpages support. Added some links on the base template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 12 Jun 2009 02:37:28 +0000 |
parents | f21771118fb2 |
children | 2763977301c2 |
comparison
equal
deleted
inserted
replaced
41:f21771118fb2 | 42:48b221d304c6 |
---|---|
72 | 72 |
73 MIDDLEWARE_CLASSES = ( | 73 MIDDLEWARE_CLASSES = ( |
74 'django.middleware.common.CommonMiddleware', | 74 'django.middleware.common.CommonMiddleware', |
75 'django.contrib.sessions.middleware.SessionMiddleware', | 75 'django.contrib.sessions.middleware.SessionMiddleware', |
76 'django.contrib.auth.middleware.AuthenticationMiddleware', | 76 'django.contrib.auth.middleware.AuthenticationMiddleware', |
77 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', | |
77 ) | 78 ) |
78 | 79 |
79 ROOT_URLCONF = 'gpp.urls' | 80 ROOT_URLCONF = 'gpp.urls' |
80 | 81 |
81 TEMPLATE_DIRS = ( | 82 TEMPLATE_DIRS = ( |
100 'django.contrib.contenttypes', | 101 'django.contrib.contenttypes', |
101 'django.contrib.humanize', | 102 'django.contrib.humanize', |
102 'django.contrib.sessions', | 103 'django.contrib.sessions', |
103 'django.contrib.sites', | 104 'django.contrib.sites', |
104 'django.contrib.markup', | 105 'django.contrib.markup', |
106 'django.contrib.flatpages', | |
105 'elsewhere', | 107 'elsewhere', |
106 'tagging', | 108 'tagging', |
107 'accounts', | 109 'accounts', |
108 'bio', | 110 'bio', |
109 'bulletins', | 111 'bulletins', |