Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1099 from kawazrepos/debug-toolbar-error
Browse files Browse the repository at this point in the history
Fix debug toolbar error
  • Loading branch information
giginet committed Nov 10, 2016
2 parents cdb89a2 + 75b3770 commit c439dd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kawaz/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.contrib.auth import views as auth_views
from django.views.generic.base import RedirectView
from django.conf import settings

import debug_toolbar

from django.contrib import admin
admin.autodiscover()
Expand All @@ -23,6 +23,7 @@
url(r'^members/', include('kawaz.core.personas.urls')),
url(r'^registration/', include('kawaz.core.registrations.urls')),
url(r'^comments/', include('django_comments.urls')),
url(r'^__debug__/', include(debug_toolbar.urls)),
]

if not settings.PRODUCT:
Expand Down

0 comments on commit c439dd6

Please sign in to comment.