diff --git a/eshop_project/settings/base.py b/eshop_project/settings/base.py index 3f9c805..292740e 100644 --- a/eshop_project/settings/base.py +++ b/eshop_project/settings/base.py @@ -35,7 +35,6 @@ SECRET_KEY = env.str('SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! DEBUG = env.bool('DEBUG') TEMPLATE_DEBUG = DEBUG -DEBUG_TOOLBAR_PANELS = tuple() ALLOWED_HOSTS = tuple(env.list('ALLOWED_HOSTS', default=[])) @@ -54,7 +53,6 @@ INSTALLED_APPS = [ 'contact_us', 'flatpages_ext', - 'debug_toolbar', 'registration', 'ckeditor', 'ckeditor_uploader',