Restructure cookbook directories and use Grappelli for the admin interface.
[cookbook.git] / cookbook / urls.py
index 2c5bf64456e68f777f2f6a68e39a53e51525056e..c242268658fc548c2deaf822852dc7d44dd30b9f 100644 (file)
@@ -35,6 +35,7 @@ urlpatterns = patterns('',
 
     # Uncomment the next line to enable the admin:
     url(r'^admin/', include(admin.site.urls), name='admin'),
+    url(r'^grappelli/', include('grappelli.urls'), name='admin'),
 
     url(r'^favicon\.ico$', 'django.views.generic.simple.redirect_to',
         kwargs={'url': settings.STATIC_URL + 'cookbook.ico'}),