Changes between Version 21 and Version 22 of NewAdminChanges
- Timestamp:
- Nov 16, 2005, 9:58:03 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewAdminChanges
v21 v22 204 204 To make this work, add "django.middleware.template_debug.TemplateDebugMiddleware" to MIDDLEWARE_CLASSES, 205 205 and make a template called template_debug.html which just does: 206 {% include "admin/template_debug" %} 207 If anyone has a better suggestion of how to deal with this, let me know. 206 {% include "admin/template_debug" %} (If anyone has a better suggestion of how to deal with this, let me know.) 207 Then add TEMPLATE_DEBUG = True to your settings file. 208 208 209 209 210 === Template Tag decorators ===