Correction for pipelines
This commit is contained in:
parent
f1673da45f
commit
9efd124392
1 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ from django.conf import settings
|
||||||
from django.conf.urls.static import static
|
from django.conf.urls.static import static
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
from django.urls import include, path, re_path
|
from django.urls import include, path, re_path
|
||||||
|
|
||||||
|
if settings.DEBUG :
|
||||||
from debug_toolbar.toolbar import debug_toolbar_urls
|
from debug_toolbar.toolbar import debug_toolbar_urls
|
||||||
|
|
||||||
from .views import IndexView, MediaAccess
|
from .views import IndexView, MediaAccess
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue