Changes between Version 21 and Version 22 of NewAdminChanges


Ignore:
Timestamp:
Nov 16, 2005, 9:58:03 AM (18 years ago)
Author:
rjwittams
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewAdminChanges

    v21 v22  
    204204To make this work, add "django.middleware.template_debug.TemplateDebugMiddleware" to MIDDLEWARE_CLASSES,
    205205and 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.)
     207Then add TEMPLATE_DEBUG = True to your settings file.
     208
    208209
    209210=== Template Tag decorators ===
Back to Top