mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 15:58:25 +02:00
Commit migrations, they should not be too much updated
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,5 +42,3 @@ db.sqlite3
|
||||
|
||||
# Don't git index
|
||||
whoosh_index/
|
||||
|
||||
migrations/
|
||||
|
@ -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',
|
||||
|
Reference in New Issue
Block a user