Added local-loaddata to Makefile

This commit is contained in:
datalets 2020-05-19 14:18:36 +02:00
parent 65aae0e87b
commit fb74831390

View file

@ -4,6 +4,10 @@ export EMAIL=change_me@localhost.localhost
default: build
local-loaddata:
sed -i 's/\"is_default_site\": true/\"is_default_site\": false/g' publichealth.home.json
python manage.py loaddata publichealth.home.json
upgrade:
docker-compose pull