1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 19:58:25 +02:00

Commit migrations, they should not be too much updated

This commit is contained in:
Yohann D'ANELLO
2020-12-28 19:28:53 +01:00
parent 63f139be45
commit f1dbdde78d
3 changed files with 1 additions and 4 deletions

View File

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