diff --git a/Makefile b/Makefile index 10cb420..b21f3c4 100644 --- a/Makefile +++ b/Makefile @@ -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