fix pipeline typo
This commit is contained in:
parent
4f7f181a42
commit
9442acb028
|
@ -68,7 +68,7 @@ if not "AZPIPELINE" in os.environ:
|
|||
if DEBUG: # type: ignore
|
||||
INSTALLED_APPS += ("django_extensions",)
|
||||
|
||||
if "AZPIPELINES" in os.environ:
|
||||
if "AZPIPELINE" in os.environ:
|
||||
ADMIN_ENABLED = False
|
||||
|
||||
if ADMIN_ENABLED: # type: ignore
|
||||
|
|
Loading…
Reference in New Issue