source: django_exodus/urls.py@ 6173

Last change on this file since 6173 was 6173, checked in by roland, 16 years ago

move of old exodues code

File size: 331 bytes
Line 
1# (c) Roland van Laar
2from django.conf.urls.defaults import *
3
4urlpatterns = 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.