Changeset 6202 for sampleserver
- Timestamp:
- Aug 15, 2008, 8:27:51 PM (18 years ago)
- File:
-
- 1 edited
-
sampleserver/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sampleserver/urls.py
r6201 r6202 6 6 7 7 urlpatterns = patterns('', 8 (r'^exodus/', include('exodus.urls')), 8 (r'^exodus/', include('exodus.urls')), 9 #The next line enables admin documents 10 (r'^admin/doc/', include('django.contrib.admindocs.urls')), 11 12 # Uncomment the next line for to enable the admin: 13 (r'^admin/(.*)', admin.site.root), 14 9 15 )
Note:
See TracChangeset
for help on using the changeset viewer.
