We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0017e4a commit b44956aCopy full SHA for b44956a
core/geral/urls.py
@@ -22,7 +22,6 @@
22
url(r'^palestrantes/excluir/(?P<id>[0-9]+)/$', 'announcers.views.ann_remove', name='ann_remove'),
23
24
url(r'^admin/', include(admin.site.urls)),
25
- url(r'^grappelli/', include('grappelli.urls')),
26
)
27
28
if settings.DEBUG:
0 commit comments