Updated settings to new naming.
[systemklei.git] / urls.py
blobf8ec35fe8911ed6638fe12810fb6eb39e912170a
1 from django.conf.urls.defaults import *
3 # Uncomment the next two lines to enable the admin:
4 from django.contrib import admin
5 admin.autodiscover()
7 urlpatterns = patterns('',
8 # Example:
9 # (r'^clei_papers/', include('clei_papers.foo.urls')),
11 # Uncomment the admin/doc line below to enable admin documentation:
12 # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
14 # Uncomment the next line to enable the admin:
15 (r'^admin/', include(admin.site.urls)),