标签:run 虚拟环境 pytho app 创建 查看 虚拟 rate __init__
virtualenv test
source ./项目名/Scripts/activate
django-admin startproject 项目名
python manage.py migrate
python manage.py startapp 应用名
python manage.py runserver
浏览器输入:127.0.0.1:8000即可查看
项目名
项目名
__init__.py
settings.py
urls.py
wsgi.py
manage.py
db.sqlite3
应用名
__init__.py
admin.py
apps.py
models.py
tests.py
views.py
migrations
标签:run 虚拟环境 pytho app 创建 查看 虚拟 rate __init__
原文地址:https://www.cnblogs.com/MessiXiaoMo3334/p/11421231.html