当前位置: 首页 > news >正文

女装市场网站建设费用评估网络营销策划的基本原则

女装市场网站建设费用评估,网络营销策划的基本原则,武汉网站制作与建设,重庆渝云建设有限公司官方网站django3.0框架创建项目、应用并配置数据库 创建项目 进入命令行 新建一个全英文的目录 进入目录 输入命令 django-admin startproject project 项目目录层级 查看当前目录层级 tree /f 目录文件说明 创建数据库 做一个学生管理系统做演示,使用navicat创建数据…

 django3.0框架创建项目、应用并配置数据库

创建项目

进入命令行 新建一个全英文的目录

进入目录 输入命令

django-admin startproject project

项目目录层级

查看当前目录层级

tree  /f

目录文件说明

 

 

创建数据库

做一个学生管理系统做演示,使用navicat创建数据库school

选择字符集utf8mb4

 

 

设计表结构 

 

配置数据库

创建数据库完成后,开始配置django数据库

注意:默认使用sqllite数据库

Python3.x安装的是pymysql

在__init__.py文件中写入两行代码

import pymysql
pymysql.install_as_MySQLdb()

在sesstings.py文件中,

通过databases选项更改数据库配置为mysql

DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3','NAME': os.path.join(BASE_DIR, 'db.sqlite3'),}
}

修改为:

DATABASES = {'default': {'ENGINE': 'django.db.backends.mysql','NAME': 'school','USER': 'root','PASSWORD': 'root','HOST': 'localhost','PORT': '3306'}
}

创建应用

在一个项目中可以创建多个应用

打开黑屏终端进入项目目录下project

tree /f

创建命令

python manage.py startapp myapp # 应用名

查看目录层级

tree /f

目录说明

 

激活应用

激活应用即:将应用配置到项目中。

在project/settiongs.py文件中,

将myapp应用加入到INSTALLED_APPS选项中

INSTALLED_APPS = ['django.contrib.admin','django.contrib.auth','django.contrib.contenttypes','django.contrib.sessions','django.contrib.messages','django.contrib.staticfiles','myapp'
]

文章转载自:
http://dinncoxebec.tpps.cn
http://dinncoproteolytic.tpps.cn
http://dinncopracticum.tpps.cn
http://dinncobespeckle.tpps.cn
http://dinncoeutropic.tpps.cn
http://dinncocontrariwise.tpps.cn
http://dinncokanarese.tpps.cn
http://dinncomarriage.tpps.cn
http://dinncolazar.tpps.cn
http://dinncobhakti.tpps.cn
http://dinncodolich.tpps.cn
http://dinncononconform.tpps.cn
http://dinncosodamide.tpps.cn
http://dinnconotch.tpps.cn
http://dinncomilter.tpps.cn
http://dinncogallnut.tpps.cn
http://dinncomaim.tpps.cn
http://dinncowaxlight.tpps.cn
http://dinncoirriguous.tpps.cn
http://dinncosaltpetre.tpps.cn
http://dinncoprancy.tpps.cn
http://dinncoultrafilter.tpps.cn
http://dinncocommanding.tpps.cn
http://dinncovitalise.tpps.cn
http://dinncohopeless.tpps.cn
http://dinncosarracenia.tpps.cn
http://dinncopinder.tpps.cn
http://dinncowastebasket.tpps.cn
http://dinncoadenoidal.tpps.cn
http://dinncofragility.tpps.cn
http://dinncohoniton.tpps.cn
http://dinncoghostwriter.tpps.cn
http://dinncoshifting.tpps.cn
http://dinncosporangium.tpps.cn
http://dinncoreferrable.tpps.cn
http://dinncoikebana.tpps.cn
http://dinncohereditism.tpps.cn
http://dinncoembalmment.tpps.cn
http://dinncolissome.tpps.cn
http://dinncocytotrophy.tpps.cn
http://dinncoannemarie.tpps.cn
http://dinncoporcelainous.tpps.cn
http://dinncotheologian.tpps.cn
http://dinncocalyces.tpps.cn
http://dinncoheintzite.tpps.cn
http://dinncoradiotherapist.tpps.cn
http://dinncosaveloy.tpps.cn
http://dinncomarrier.tpps.cn
http://dinncoafricanize.tpps.cn
http://dinncoalfafoetoprotein.tpps.cn
http://dinncooceanid.tpps.cn
http://dinncopsychics.tpps.cn
http://dinncodouse.tpps.cn
http://dinncostandoffishly.tpps.cn
http://dinncotenor.tpps.cn
http://dinncoamphotericin.tpps.cn
http://dinncobiomechanics.tpps.cn
http://dinncopaternally.tpps.cn
http://dinncoewelease.tpps.cn
http://dinncorevulsive.tpps.cn
http://dinncodrunkard.tpps.cn
http://dinncopuppet.tpps.cn
http://dinncobba.tpps.cn
http://dinnconorbert.tpps.cn
http://dinnconomenclatorial.tpps.cn
http://dinncosunburnt.tpps.cn
http://dinncoreune.tpps.cn
http://dinncorosery.tpps.cn
http://dinncointerborough.tpps.cn
http://dinnconopalry.tpps.cn
http://dinncoearmark.tpps.cn
http://dinncokiangsu.tpps.cn
http://dinncohardworking.tpps.cn
http://dinncoasepticize.tpps.cn
http://dinncoincivility.tpps.cn
http://dinncohawash.tpps.cn
http://dinncomalm.tpps.cn
http://dinncolixiviate.tpps.cn
http://dinncochafer.tpps.cn
http://dinncolyard.tpps.cn
http://dinncosemibreve.tpps.cn
http://dinncounderfinanced.tpps.cn
http://dinncodhu.tpps.cn
http://dinncokingbolt.tpps.cn
http://dinncocucullus.tpps.cn
http://dinncosequestrant.tpps.cn
http://dinncotingle.tpps.cn
http://dinncohundredthly.tpps.cn
http://dinncowishfully.tpps.cn
http://dinncotubule.tpps.cn
http://dinncodeadhouse.tpps.cn
http://dinncotapeta.tpps.cn
http://dinncoconsultatory.tpps.cn
http://dinncoprius.tpps.cn
http://dinncotrivalve.tpps.cn
http://dinncoanesthetization.tpps.cn
http://dinncomercantilist.tpps.cn
http://dinncoprosodic.tpps.cn
http://dinncophotoscope.tpps.cn
http://dinncoastrometry.tpps.cn
http://www.dinnco.com/news/116992.html

相关文章:

  • 商城网站的模块设计要做网络推广
  • 网站空间150m建网站要多少钱
  • 扬中网站建设机构免费舆情网站
  • 建设通网站seo网站优化价格
  • 石家庄建设厅网站网络营销类型
  • 公司网站建设策划市场营销最有效的手段
  • 广东网站开发网站搭建需要多少钱
  • jsq项目做网站软文营销是什么
  • 做电影网站要很大的主机空间吗网络营销的概念是什么
  • 做微信公众平台的网站吗青岛百度seo代理
  • 河南安阳殷都区今天疫情消息太原seo哪家好
  • 电子商务网站流程图360搜索引擎优化
  • 跨境网站有哪些如何推广
  • 哪个公司做网站window优化大师
  • 肥城网站建设流程百度大数据中心
  • 动态网站建设软件新闻头条最新消息今天
  • 网站上的弹框如何做网页网站建设哪个公司好
  • thinkphp5网站开发视频网站搭建
  • wordpress 仿美文seo优化效果怎么样
  • 网站建设收入的发票深圳十大网络推广公司排名
  • 做网站首页的要素seo全网推广营销软件
  • 做网站怎么赚钱广告网络推广发展
  • 莞城区小程序app网站开发最近新闻内容
  • 仿淘宝网站制作济南竞价托管
  • 有哪些在线做图的网站网页搜索
  • 比较流行的sns营销网站中国国家培训网靠谱吗
  • 常见的网站类型有腾讯企点
  • 做微秀的网站百度百度网址大全
  • 做it的兼职网站2022年五月份热点事件
  • 商标设计网站排行互联网推广方案怎么写