方式一:
python manage.py runserver
方式二:
# 加上监听地址和端口 python manage.py runserver 0.0.0.0:8080
方式三:
使用 Pycharm 启动