Merge branch 'Kerl/1_11_urls' into 'supportBDS'

Properly include ddt's urls using `include`

See merge request !190
This commit is contained in:
Aurélien Delobelle 2017-03-26 15:41:12 +02:00
commit 95b96d470f

View file

@ -88,7 +88,7 @@ urlpatterns = [
if 'debug_toolbar' in settings.INSTALLED_APPS:
import debug_toolbar
urlpatterns += [
url(r'^__debug__/', debug_toolbar.urls),
url(r'^__debug__/', include(debug_toolbar.urls)),
]
# Si on est en production, MEDIA_ROOT est servi par Apache.