update initdb script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user