Re: django.conf.urls.defaults.url documentation

2011-11-15 Thread Mike Thon
Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Cq5IlvKfjVAJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe fro

Re: django.conf.urls.defaults.url documentation

2011-11-15 Thread Justin Myers
Docs are here: https://docs.djangoproject.com/en/1.3/topics/http/urls/#url -Justin On Nov 14, 11:59 pm, Mike Thon wrote: > I recently started working on a new Django project using the latest > release, and I found the function django.conf.urls.defaults.url being used > in urls.py.  There's no pyd

Re: django.conf.urls.defaults.url documentation

2011-11-14 Thread Kurtis Mullins
https://code.djangoproject.com/browser/django/tags/releases/1.3.1/django/conf/urls/defaults.py On Mon, Nov 14, 2011 at 11:59 PM, Mike Thon wrote: > I recently started working on a new Django project using the latest > release, and I found the function django.conf.urls.defaults.url being used > i

django.conf.urls.defaults.url documentation

2011-11-14 Thread Mike Thon
I recently started working on a new Django project using the latest release, and I found the function django.conf.urls.defaults.url being used in urls.py. There's no pydoc documentation for this function. Can anyone tell me what it does or point me to some documentation? thanks Mike -- You