Show More
@@ -113,6 +113,7 b' MIDDLEWARE_CLASSES = [' | |||||
113 | 'django.middleware.locale.LocaleMiddleware', |
|
113 | 'django.middleware.locale.LocaleMiddleware', | |
114 | 'django.middleware.common.CommonMiddleware', |
|
114 | 'django.middleware.common.CommonMiddleware', | |
115 | 'django.contrib.auth.middleware.AuthenticationMiddleware', |
|
115 | 'django.contrib.auth.middleware.AuthenticationMiddleware', | |
|
116 | 'django.contrib.messages.middleware.MessageMiddleware', | |||
116 | 'boards.middlewares.BanMiddleware', |
|
117 | 'boards.middlewares.BanMiddleware', | |
117 | 'boards.middlewares.TimezoneMiddleware', |
|
118 | 'boards.middlewares.TimezoneMiddleware', | |
118 | ] |
|
119 | ] | |
@@ -131,6 +132,7 b' INSTALLED_APPS = (' | |||||
131 | 'django.contrib.admin', |
|
132 | 'django.contrib.admin', | |
132 | # Uncomment the next line to enable admin documentation: |
|
133 | # Uncomment the next line to enable admin documentation: | |
133 | # 'django.contrib.admindocs', |
|
134 | # 'django.contrib.admindocs', | |
|
135 | 'django.contrib.messages', | |||
134 |
|
136 | |||
135 | 'debug_toolbar', |
|
137 | 'debug_toolbar', | |
136 |
|
138 |
General Comments 0
You need to be logged in to leave comments.
Login now