update initdb script

This commit is contained in:
2022-04-08 14:40:33 +00:00
parent c379291fce
commit a6d37b517e

View File

@@ -1,3 +1,6 @@
#!/bin/sh
python3 manage.py makemigrations && python3 manage.py makemigrations posts members blackboard\
&& python3 manage.py migrate
pip install -r requirements.txt
python3 manage.py makemigrations blackboard core gallery members posts tasks
python3 manage.py makemigrations intern
python3 manage.py migrate