mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-24 03:02:23 +00:00
Commit migrations, they should not be too much updated
This commit is contained in:
parent
63f139be45
commit
f1dbdde78d
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',
|
||||
|
Loading…
Reference in New Issue
Block a user