Anonymous users don't have any access to the API (fix it later with rights...), fix CI

This commit is contained in:
Yohann D'ANELLO 2020-03-11 00:47:43 +01:00
parent be877276f8
commit 0f1d662d25
3 changed files with 4 additions and 4 deletions

View file

@ -79,5 +79,5 @@ if "logs" in INSTALLED_APPS:
MIDDLEWARE += ('logs.middlewares.LogsMiddleware',)
if "debug_toolbar" in INSTALLED_APPS:
MIDDLEWARE.insert(1,"debug_toolbar.middleware.DebugToolbarMiddleware")
INTERNAL_IPS = [ '127.0.0.1']
MIDDLEWARE.insert(1, "debug_toolbar.middleware.DebugToolbarMiddleware")
INTERNAL_IPS = ['127.0.0.1']