mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #32 from SchrodingersGat/master
Tweaks for config files
This commit is contained in:
commit
92c6800717
1
Makefile
1
Makefile
@ -11,6 +11,7 @@ style:
|
||||
flake8
|
||||
|
||||
test:
|
||||
python InvenTree/manage.py check
|
||||
python InvenTree/manage.py test --noinput
|
||||
|
||||
migrate:
|
||||
|
@ -1,2 +1,3 @@
|
||||
Django==1.11
|
||||
djangorestframework==3.6.2
|
||||
flake8==3.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user