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