Skip to content
Snippets Groups Projects
Commit 1c383c6e authored by AndiMajore's avatar AndiMajore
Browse files

precomputed network files

Former-commit-id: 47918164504f861ee42f0a3a67b4885c66e99870 [formerly b61514f4b82e0781e65acfc0153fdadd0db77b74]
Former-commit-id: 84aed50d8f61ef526add4515d69eb321abc595d7
parent 4e5aa5d6
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ docker-entrypoint.lock
celerybeat-schedule.bak
celerybeat-schedule.dat
celerybeat-schedule.dir
docker-django.env.prod
\ No newline at end of file
docker-django.env.prodnetworks.zip
data.zip
networks.zip
#!/bin/bash
file="store/docker-entrypoint.lock"
# exit if entrypoint.lock exists to prevent new import of data every time docker is restarted
#if ! test -f "$file"; then
# sh scripts/import-data.sh
python3 manage.py makemigrations drugstone
python3 manage.py migrate
python3 manage.py createfixtures
python3 manage.py cleanuptasks
python3 manage.py populate_db --all --update
python3 manage.py make_graphs
# touch $file
#fi
python3 manage.py makemigrations drugstone
python3 manage.py migrate
python3 manage.py createfixtures
python3 manage.py cleanuptasks
python3 manage.py populate_db --all --update
python3 manage.py make_graphs
/usr/bin/supervisord -c "/etc/supervisor/conf.d/supervisord.conf"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment