summaryrefslogtreecommitdiff
path: root/greenbox/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'greenbox/urls.py')
-rwxr-xr-xgreenbox/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/greenbox/urls.py b/greenbox/urls.py
index 683a1da..9202bff 100755
--- a/greenbox/urls.py
+++ b/greenbox/urls.py
@@ -13,5 +13,5 @@ urlpatterns = patterns('',
13 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), 13 # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
14 14
15 # Uncomment the next line to enable the admin: 15 # Uncomment the next line to enable the admin:
16 (r'^recipe/admin/', include(admin.site.urls)), 16 (r'^admin/', include(admin.site.urls)),
17) 17)