X-Git-Url: http://git.auf.org/?p=davin.git;a=blobdiff_plain;f=ateliers%2Fdjango%2Fcarto_1_1%2Furls.py;h=153d759770fe08aac37ff8be84f456144744da3e;hp=7e431178bc04b24be430ec9ff7ee9bcf357a4afb;hb=c35b1af9d35536f2f4aef5715e7277be63a70c96;hpb=516c3ee10b8fed99fbd6d73db22300b74888c129 diff --git a/ateliers/django/carto_1_1/urls.py b/ateliers/django/carto_1_1/urls.py index 7e43117..153d759 100644 --- a/ateliers/django/carto_1_1/urls.py +++ b/ateliers/django/carto_1_1/urls.py @@ -6,7 +6,7 @@ admin.autodiscover() urlpatterns = patterns('', # Example: - # (r'^carto_1_1/', include('carto_1_1.foo.urls')), + url(r'^$', 'carto_1_1.views.home', name='home'), # Uncomment the admin/doc line below and add 'django.contrib.admindocs' # to INSTALLED_APPS to enable admin documentation: