Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 206 Bytes

File metadata and controls

13 lines (8 loc) · 206 Bytes

django_study

study python and django

运行

clone 后进入 mysite 目录下执行:

python manage.py runserver

然后使用本机浏览器打开

http://127.0.0.1:8000/polls/example/

查看