fix pipeline typo

This commit is contained in:
wh1te909 2021-02-27 23:41:08 +00:00
parent 4f7f181a42
commit 9442acb028
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if not "AZPIPELINE" in os.environ:
if DEBUG: # type: ignore if DEBUG: # type: ignore
INSTALLED_APPS += ("django_extensions",) INSTALLED_APPS += ("django_extensions",)
if "AZPIPELINES" in os.environ: if "AZPIPELINE" in os.environ:
ADMIN_ENABLED = False ADMIN_ENABLED = False
if ADMIN_ENABLED: # type: ignore if ADMIN_ENABLED: # type: ignore