5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./manage.py migrate
|
||
|
./manage.py runserver 0.0.0.0:8000
|