Skip to content

Commit b44956a

Browse files
committed
Remove urls do Grappelli pois ele não está mais sendo utilizado no projeto.
1 parent 0017e4a commit b44956a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/geral/urls.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
url(r'^palestrantes/excluir/(?P<id>[0-9]+)/$', 'announcers.views.ann_remove', name='ann_remove'),
2323

2424
url(r'^admin/', include(admin.site.urls)),
25-
url(r'^grappelli/', include('grappelli.urls')),
2625
)
2726

2827
if settings.DEBUG:

0 commit comments

Comments
 (0)