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