root/django/branches/gis/examples/urls.py
| Revision 6018, 157 bytes (checked in by jbronn, 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.
