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:
@ -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',
|
||||
|
Reference in New Issue
Block a user