Added local-loaddata to Makefile
This commit is contained in:
parent
65aae0e87b
commit
fb74831390
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue