Update project scaffolding

* Use nginx for static files
* Add netbox to docker-compose
* Lint source code
* Update nginx.conf to actually work
* Build a base `branch` tag for latest of that branch
This commit is contained in:
Marco Ceppi
2019-10-08 11:01:06 -04:00
parent 0c107767e3
commit 67cc069857
7 changed files with 53 additions and 21 deletions

View File

@@ -8,6 +8,9 @@ description=
run tests with django.
deps=
-r{toxinidir}/requirements.txt
pycodestyle
tblib
changedir = netbox
commands=
pycodestyle --ignore=W504,E501 .
python manage.py test --failfast --noinput --parallel 5 --no-color