django learning note 1

1. If you want to change the server’s port, pass it as a command-line argument. For instance, this command starts the server on port 8080:

python manage.py runserver 8080

2.

原文地址:https://www.cnblogs.com/sun1030/p/3015619.html