2020年5月26日
摘要: 创建项目 django-admin startproject test 启动项目 python manage.py runserver 添加应用 python manage.py startapp polls 生成迁移 python manage.py makemigrations 生成迁移某个应用 阅读全文
posted @ 2020-05-26 15:20 鱼塘总裁 阅读(324) 评论(0) 推荐(0)