4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
python manage.py runserver 0.0.0.0:8080
|