I\'d like a URL of the form: ... field1/eq/value1/field2/gt/value2/ ... Where I want to filter the contents of the page in the view function based on an arbitrary number of fields (the names of whi
I have the following line in my url file url(r\'^confirm/$\', \'confirm\', {\'status\':\'live\'}, name=\"confirm\"),
I am using Django for my application and needed to do a pattern matching Pattern to be matched: users/?q=john
When I open /admin on my local domain use development server,It all work. When I move this project to Apache,Other pages work normal,But When I open admin site,click \'All\' or \'Change\',I get a 404
I am trying to build a date-based URL with Django\'s url template tag. I have a datetime object that I can display like so:
I have a Django model that looks something like this: class Person(models.Model): name = models.CharField(max_length=32)
I\'m having troubles figuring out a python regex for django urls. I have a certain criteria, but can\'t seem to come up with the magic formula. In the end its so I can identify which page is a CMS pag
I am having issues with get_absolute_url in my django templates when using django page cms. It returns an empty string and does not link to my required page.
I want to get the absolute url of a given action in Django 0.96 (using Google App Engine). I have this url configuration:
I\'m very new to Python and Django so maybe someone can point me in the right direction. I have the following url.py line