diff --git a/common/urls.py b/common/urls.py index a92a9f5..88581a0 100644 --- a/common/urls.py +++ b/common/urls.py @@ -50,9 +50,3 @@ urlpatterns = [ url(r'^tinymce/', include('tinymce.urls'), name='tinymce-js'), ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) - -if settings.DEBUG: - import debug_toolbar - urlpatterns = [ - url(r'^__debug__/', include(debug_toolbar.urls)), - ] + urlpatterns \ No newline at end of file