7e431178bc04b24be430ec9ff7ee9bcf357a4afb
1 from django
.conf
.urls
.defaults
import *
3 # Uncomment the next two lines to enable the admin:
4 from django
.contrib
import admin
7 urlpatterns
= patterns('',
9 # (r'^carto_1_1/', include('carto_1_1.foo.urls')),
11 # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
12 # to INSTALLED_APPS to enable admin documentation:
13 # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
15 # Uncomment the next line to enable the admin:
16 (r
'^admin/', include(admin
.site
.urls
)),