Show More
@@ -1,7 +1,6 b'' | |||||
1 | {% extends "boards/base.html" %} |
|
1 | {% extends "boards/base.html" %} | |
2 |
|
2 | |||
3 | {% load i18n %} |
|
3 | {% load i18n %} | |
4 | {% load humanize %} |
|
|||
5 | {% load tz %} |
|
4 | {% load tz %} | |
6 |
|
5 | |||
7 | {% block head %} |
|
6 | {% block head %} |
@@ -138,13 +138,13 b' INSTALLED_APPS = (' | |||||
138 | 'django.contrib.contenttypes', |
|
138 | 'django.contrib.contenttypes', | |
139 | 'django.contrib.sessions', |
|
139 | 'django.contrib.sessions', | |
140 | # 'django.contrib.sites', |
|
140 | # 'django.contrib.sites', | |
141 | 'django.contrib.messages', |
|
141 | #'django.contrib.messages', | |
142 | 'django.contrib.staticfiles', |
|
142 | 'django.contrib.staticfiles', | |
143 | # Uncomment the next line to enable the admin: |
|
143 | # Uncomment the next line to enable the admin: | |
144 | 'django.contrib.admin', |
|
144 | 'django.contrib.admin', | |
145 | # Uncomment the next line to enable admin documentation: |
|
145 | # Uncomment the next line to enable admin documentation: | |
146 | # 'django.contrib.admindocs', |
|
146 | # 'django.contrib.admindocs', | |
147 | 'django.contrib.humanize', |
|
147 | #'django.contrib.humanize', | |
148 |
|
148 | |||
149 | 'debug_toolbar', |
|
149 | 'debug_toolbar', | |
150 |
|
150 |
General Comments 0
You need to be logged in to leave comments.
Login now