4 lines
82 B
Python
4 lines
82 B
Python
#! python3
|
|
python3 manage.py runserver 0.0.0.0:8000
|
|
print("nucleo by ant")
|
|
input() |