mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-11-05 15:52:22 +01: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