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