fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Housekeeping: removed celery dependency and some unused code.
[redakcja.git]
/
src
/
redakcja
/
urls.py
diff --git
a/src/redakcja/urls.py
b/src/redakcja/urls.py
index
2fb2d39
..
1fe11d8
100644
(file)
--- a/
src/redakcja/urls.py
+++ b/
src/redakcja/urls.py
@@
-33,3
+33,6
@@
urlpatterns = [
if settings.DEBUG:
urlpatterns += staticfiles_urlpatterns()
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
+
+ import debug_toolbar
+ urlpatterns += (url(r'^__debug__/', include(debug_toolbar.urls))),