restructure the project

Make the file tree a bit flatter in order to make the project less confusing
This commit is contained in:
Andreas Zweili 2020-01-07 18:10:57 +01:00
parent 8b506d9099
commit dcc3e39914
207 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@ docker:
docker-compose up
test:
docker-compose run web pytest -n 4 network_inventory/ --nomigrations --cov=. --cov-report=html
docker-compose run web pytest -n 4 --nomigrations --cov=. --cov-report=html
local:
python3 -m venv venv

View File

@ -1,5 +1,4 @@
#!/bin/bash
cd network_inventory
if [ -f ./.second_run ]; then
python manage.py makemigrations
python manage.py migrate

1
run.sh
View File

@ -1,5 +1,4 @@
#!/bin/bash
cd network_inventory
if [ -f ./.second_run ]; then
sleep 2
python manage.py makemigrations

Some files were not shown because too many files have changed in this diff Show More