Ticket #1365: template.diff
File template.diff, 831 bytes (added by , 19 years ago) |
---|
-
templates.txt
243 243 Because Django can be used to develop any sort of site, the tags, filters and 244 244 variables available are different depending on the application. To make it 245 245 easy to figure out what's available in a given site, the admin interface has a 246 complete reference of all the template goodies available to that site. 246 complete reference of all the template goodies available to that site. To 247 get to that reference, append "doc" onto the admin URL. An example for the 248 tutorial would be http://127.0.0.1/admin/doc. 247 249 248 250 The reference is integrated into the administration interface for your site(s) 249 251 and is divided into 4 sections: tags, filters, models, and views.