4 lines
134 B
Bash
Executable File
4 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
python3 manage.py makemigrations && python3 manage.py makemigrations posts members blackboard\
|
|
&& python3 manage.py migrate
|