diff --git a/greenmine/urls.py b/greenmine/urls.py index beef742c..f248a2a9 100644 --- a/greenmine/urls.py +++ b/greenmine/urls.py @@ -14,7 +14,6 @@ urlpatterns = patterns('', url(r'^api/v1/', include(router.urls)), url(r'^api/v1/api-auth/', include('rest_framework.urls', namespace='rest_framework')), url(r'^admin/', include(admin.site.urls)), - url(r'^grappelli/', include('grappelli.urls')), )