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
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View File

@ -42,5 +42,3 @@ db.sqlite3
# Don't git index
whoosh_index/
migrations/

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',

View File

@ -22,7 +22,6 @@ deps =
python-magic~=0.4
whoosh~=2.7
commands =
./manage.py makemigrations
coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/
coverage report -m