source:
django_exodus/urls.py@
6173
Last change on this file since 6173 was 6173, checked in by , 16 years ago | |
---|---|
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.