parent
feb31758ad
commit
2a2e0ab559
2 changed files with 5 additions and 4 deletions
@ -1,6 +1,6 @@ |
|||||||
#!/usr/bin/env bash |
#!/usr/bin/env bash |
||||||
|
|
||||||
makefile -f DockerMakefile build |
make -f DockerMakefile build |
||||||
makefile -f DockerMakefile up |
make -f DockerMakefile up |
||||||
makefile -f DockerMakefile migrate |
make -f DockerMakefile migrate |
||||||
makefile -f DockerMakefile loaddata |
make -f DockerMakefile loaddata |
||||||
|
|||||||
@ -1,4 +1,5 @@ |
|||||||
#!/usr/bin/env bash |
#!/usr/bin/env bash |
||||||
|
python src/manage.py migrate contenttypes |
||||||
python src/manage.py migrate sites |
python src/manage.py migrate sites |
||||||
python src/manage.py migrate myauth |
python src/manage.py migrate myauth |
||||||
python src/manage.py migrate |
python src/manage.py migrate |
||||||
|
|||||||
Loading…
Reference in new issue