Commit migrations, they should not be too much updated
This commit is contained in:
parent
63f139be45
commit
f1dbdde78d
|
@ -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