delete unused template (#87523)
gitea/publik-devinst/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2024-02-27 12:31:08 +01:00
parent af108cad77
commit 1dda8a9d6c
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
MIDDLEWARE_CLASSES = ('debug_toolbar.middleware.DebugToolbarMiddleware',) + MIDDLEWARE_CLASSES
INSTALLED_APPS += ('debug_toolbar',)
INTERNAL_IPS = ['127.0.0.1']