Add tags to galleries

This commit is contained in:
Alexandre Iooss 2021-09-23 10:35:37 +02:00
parent d74e6e39f9
commit 7d700bea36
9 changed files with 81 additions and 11 deletions

View file

@ -18,7 +18,7 @@ deps =
-r{toxinidir}/requirements.txt
coverage
commands =
coverage run --omit='photo21/wsgi.py' --source=photo21 ./manage.py test
coverage run --omit='photo21/wsgi.py' --source=photo21,photologue_custom ./manage.py test
coverage report -m
[testenv:linters]
@ -32,7 +32,7 @@ deps =
pep8-naming
pyflakes
commands =
flake8 photo21
flake8 photo21 photologue_custom
[flake8]
ignore = W503, I100, I101