Top "Django-urls" questions

The Django URL dispatch system

Django: How do I override app-supplied urls in my project urlconf?

Let's say I have a Django project with three apps: foo, bar, and glue. I'm trying to follow reusable app …

django django-urls code-reuse
Django url debugger

I'm developing a django application and over time, the URLs have grown. I have a lot of them with me …

django debugging django-urls
Django 'resolve' : get the url name instead of the view_function

My problem is simple, I have an url, I would like to resolve it, but get the url name instead …

python django django-urls
The included urlconf manager.urls doesn't have any patterns in it

A solution: Found the following django snippet that seems to work fine (http://djangosnippets.org/snippets/2445/) from django.utils.functional …

django django-urls
Django URLs - How to pass a list of items via clean URLs?

I need to implement a structure similar to this: example.com/folder1/folder2/folder3/../view (there can be other things …

django url django-urls nested-lists
Including a Django app's url.py is resulting in a 404

I have the following code in the urls.py in mysite project. /mysite/urls.py from django.conf.urls.defaults …

python django url-routing http-status-code-404 django-urls
My Django URLs not picking up dashes

Im trying to work out a url that will match domain.com\about-us\ & domain.com\home\ I have a …

django django-urls