Django

Code

root/django/branches/queryset-refactor/examples/urls.py

Revision 5876, 157 bytes (checked in by mtredinnick, 1 year ago)

Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have it
already.

  • Property svn:eol-style set to native
Line 
1 from django.conf.urls.defaults import *
2
3 urlpatterns = patterns('',
4     (r'^$', 'examples.views.index'),
5     (r'^hello/', include('examples.hello.urls')),
6 )
Note: See TracBrowser for help on using the browser.