代码改变世界

django learning note ---1

2013-04-11 22:43  i一骑绝尘  阅读(110)  评论(0编辑  收藏  举报

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.