HI im totally stuck with this one at the moment and i really hope so开发者_开发百科meone can help me out with this problem.
The template ta开发者_运维问答gs for an built using Django 1.1 organized within modules, like some_tags.py below:
I have the following structure of templates (simplified for clarity): base1.html: <html> <head>{% block head %}{% endblock %}</head>
I need to fetch the css classes for the fields on the forms i\'m rendering within a template. Now according to the docs here when looping through a form, each item is supposed to be a BoundField insta
I asked some questions about Django inheritance in a previous question.Now I am trying to figure out how to get the admin interface to work with it.
Template error - Caught ImportError while rendering: No module named model.urls 21<!-- Header -->
I have an issue with my site, receiving this error pretty often. It\'s the first time i\'ve run into this and maybe someone can shed some light as to why?
I have created a Django application. There is a filtering functionality in my application. The filtered data is shown in a separate page.
I would like to share a template between AJAX an开发者_运维问答d regualr HTTP calls, the only difference is that one template needs to be served with the base.html html, the other one without.
I\'ve just updated django to version 1.2.4 but, having taken the normal steps with installing the admin, i\'m getting a TemplateSyntaxError: