随笔分类 -  django

摘要:1、工程的创建 1)定位到需要创建工程的文件夹 django-admin startproject xxx 2)settings里配置数据库 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'books 阅读全文
posted @ 2020-09-17 21:58 亦木121 阅读(191) 评论(0) 推荐(0)