2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Merge pull request #32 from SchrodingersGat/master

Tweaks for config files
This commit is contained in:
Oliver
2017-04-12 18:38:58 +10:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ style:
flake8
test:
python InvenTree/manage.py check
python InvenTree/manage.py test --noinput
migrate:

View File

@ -1,2 +1,3 @@
Django==1.11
djangorestframework==3.6.2
flake8==3.3.0