root/django/trunk/examples/urls.py
| Revision 5876, 157 bytes (checked in by mtredinnick, 1 year ago) | |
|---|---|
| |
| 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.
