1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 03:18:24 +02:00

Wrong import order

This commit is contained in:
Yohann D'ANELLO
2020-12-28 19:19:01 +01:00
parent 0079b6d96d
commit 63f139be45
14 changed files with 30 additions and 41 deletions

View File

@ -68,7 +68,7 @@ INSTALLED_APPS = [
'participation',
]
if "test" not in sys.argv and not "makemigrations" in sys.argv: # pragma: no cover
if "test" not in sys.argv and "makemigrations" not in sys.argv: # pragma: no cover
INSTALLED_APPS += [
'cas_server',
'django_extensions',