source:
sampleserver/urls.py@
6199
Last change on this file since 6199 was 6180, checked in by , 16 years ago | |
---|---|
File size: 194 bytes |
Line | |
---|---|
1 | # (c) Roland van Laar |
2 | from django.conf.urls.defaults import * |
3 | |
4 | urlpatterns = patterns('', |
5 | (r'^exodus/', include('exodus.urls')), |
6 | (r'^admin/', include('django.contrib.admin.urls')), |
7 | |
8 | ) |
Note:
See TracBrowser
for help on using the repository browser.