Last change
on this file since 6175 was 6175, checked in by roland, 17 years ago |
added readme information for django
|
File size:
331 bytes
|
Rev | Line | |
---|
| 1 | # (c) Roland van Laar
|
---|
| 2 | from django.conf.urls.defaults import *
|
---|
| 3 |
|
---|
| 4 | urlpatterns = patterns('',
|
---|
| 5 | (r'^exodus_01/', include('django_exodus.exodus_01.urls')),
|
---|
| 6 | (r'^site_media/(.*)$', 'django.views.static.serve', {'document_root':
|
---|
| 7 | '/Users/roland/WL/exodus/django_media'}),
|
---|
| 8 | (r'^admin/', include('django.contrib.admin.urls')),
|
---|
| 9 |
|
---|
| 10 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.