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
|
# Don't git index
|
||||||
whoosh_index/
|
whoosh_index/
|
||||||
|
|
||||||
migrations/
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ INSTALLED_APPS = [
|
||||||
'participation',
|
'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 += [
|
INSTALLED_APPS += [
|
||||||
'cas_server',
|
'cas_server',
|
||||||
'django_extensions',
|
'django_extensions',
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -22,7 +22,6 @@ deps =
|
||||||
python-magic~=0.4
|
python-magic~=0.4
|
||||||
whoosh~=2.7
|
whoosh~=2.7
|
||||||
commands =
|
commands =
|
||||||
./manage.py makemigrations
|
|
||||||
coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/
|
coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/
|
||||||
coverage report -m
|
coverage report -m
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue