X-Git-Url: https://git.piment-noir.org/?p=webcomics.git;a=blobdiff_plain;f=urls.py;h=658585aac758d009fa5bc5f294169ef76101c4af;hp=07576d32f92512339e1432108226c542e25973aa;hb=298255d2254e2dd9c80e3378493cd296e1d54ba1;hpb=c8070854bc39b679b53502dd08eb9b8e33477e42 diff --git a/urls.py b/urls.py index 07576d3..658585a 100644 --- a/urls.py +++ b/urls.py @@ -1,8 +1,8 @@ from django.conf.urls.defaults import patterns, include, url # Uncomment the next two lines to enable the admin: -# from django.contrib import admin -# admin.autodiscover() +from django.contrib import admin +admin.autodiscover() urlpatterns = patterns('', # Examples: