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