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

csdn网站开发项目长沙百度快速优化

csdn网站开发项目,长沙百度快速优化,广州网页设计公司招聘,自己做的网站 打开了没有图片1、创建PyCharm项目 2、安装框架 pip install django4.2.0 3、查看安装的包列表 4、使用命令创建django项目 django-admin startproject web 5、目录结构 6、运行 cd web python manage.py runserver7、初始化后台登录的用户名密码 执行数据库迁移生成数据表 python man…

1、创建PyCharm项目

2、安装框架

 pip install django==4.2.0

 

3、查看安装的包列表

4、使用命令创建django项目

django-admin startproject web 

5、目录结构

6、运行

cd web  
python manage.py runserver

7、初始化后台登录的用户名密码

执行数据库迁移生成数据表

python manage.py migrate 

创建一个管理员用户

 python manage.py createsuperuser

8、重启服务

python manage.py runserver

 访问http://127.0.0.1:8000/admin/,使用创建的用户名密码登录

9、创建App来完成不同模块的开发

 python manage.py startapp phone

10、应用创建的App到项目中

11、修改phone应用中models.py

from django.db import models# Create your models here.
# 创建数据库数据模型对象的文件class CreateUpdate(models.Model):create_at = models.DateTimeField(auto_now_add=True)update_at = models.DateTimeField(auto_now=True)class Meta:  # 元数据,除了字段以外的所有属性# 设置model为抽象类,指定该表不应该在数据库中创建abstract = Trueclass Post(CreateUpdate):  # 继承基类"""Post模型类"""title = models.CharField(max_length=30)content = models.TextField(max_length=255)

12、执行生成数据迁移文件并创建数据表

python manage.py  makemigrations
 python manage.py migrate

13、Django数据交互API

14、依次修改

15、访问http://127.0.0.1/phone/


文章转载自:
http://dinncophotosensitisation.tpps.cn
http://dinncovalorous.tpps.cn
http://dinncobogged.tpps.cn
http://dinncoquadruplicate.tpps.cn
http://dinncoknitwork.tpps.cn
http://dinncodeemphasis.tpps.cn
http://dinncofairily.tpps.cn
http://dinncocriticize.tpps.cn
http://dinncoremorse.tpps.cn
http://dinncospasmodic.tpps.cn
http://dinncobooth.tpps.cn
http://dinncoipse.tpps.cn
http://dinncopyroligneous.tpps.cn
http://dinncofringillid.tpps.cn
http://dinncohutment.tpps.cn
http://dinncopalmiped.tpps.cn
http://dinncounderplot.tpps.cn
http://dinncospermologist.tpps.cn
http://dinncosadhana.tpps.cn
http://dinncohardboot.tpps.cn
http://dinncorepaper.tpps.cn
http://dinncohumilis.tpps.cn
http://dinncoretool.tpps.cn
http://dinncochebec.tpps.cn
http://dinncodisserve.tpps.cn
http://dinncoracemate.tpps.cn
http://dinncoquadricycle.tpps.cn
http://dinnconicy.tpps.cn
http://dinncodyeline.tpps.cn
http://dinncodecalog.tpps.cn
http://dinncolockean.tpps.cn
http://dinncojess.tpps.cn
http://dinncoreceivability.tpps.cn
http://dinncowizen.tpps.cn
http://dinncotransvesical.tpps.cn
http://dinncopcweek.tpps.cn
http://dinncowherefrom.tpps.cn
http://dinncoheathenish.tpps.cn
http://dinncosummerwood.tpps.cn
http://dinncoperiproct.tpps.cn
http://dinncotranquillizer.tpps.cn
http://dinncospillover.tpps.cn
http://dinncovituperator.tpps.cn
http://dinncowhitethorn.tpps.cn
http://dinncourundi.tpps.cn
http://dinncotidily.tpps.cn
http://dinncoscapegoat.tpps.cn
http://dinncofascination.tpps.cn
http://dinncohoots.tpps.cn
http://dinncoagitation.tpps.cn
http://dinncogyroscopic.tpps.cn
http://dinncowildcard.tpps.cn
http://dinncovaluative.tpps.cn
http://dinncosphenography.tpps.cn
http://dinnconarcomania.tpps.cn
http://dinncomaecenas.tpps.cn
http://dinncotiddledywinks.tpps.cn
http://dinncoceo.tpps.cn
http://dinncoserfdom.tpps.cn
http://dinncospottable.tpps.cn
http://dinncomeshwork.tpps.cn
http://dinncosmeary.tpps.cn
http://dinncochabuk.tpps.cn
http://dinncovice.tpps.cn
http://dinncoplasticate.tpps.cn
http://dinncoshizuoka.tpps.cn
http://dinncopresentational.tpps.cn
http://dinncoverbicide.tpps.cn
http://dinncojumpily.tpps.cn
http://dinncosweep.tpps.cn
http://dinncoyonker.tpps.cn
http://dinncogeothermometer.tpps.cn
http://dinncotropicalize.tpps.cn
http://dinncofetoscopy.tpps.cn
http://dinncocourge.tpps.cn
http://dinncofarsi.tpps.cn
http://dinncoscherzo.tpps.cn
http://dinncopiled.tpps.cn
http://dinncomisimpression.tpps.cn
http://dinncoautocratical.tpps.cn
http://dinncoaggrade.tpps.cn
http://dinncoapplique.tpps.cn
http://dinncomotel.tpps.cn
http://dinncosuperordination.tpps.cn
http://dinncoturgid.tpps.cn
http://dinncomyokymia.tpps.cn
http://dinncosedulity.tpps.cn
http://dinncotriblet.tpps.cn
http://dinncopiscicultural.tpps.cn
http://dinncomemoire.tpps.cn
http://dinncoboll.tpps.cn
http://dinncoimpeller.tpps.cn
http://dinncovisional.tpps.cn
http://dinncointraventricular.tpps.cn
http://dinncos3.tpps.cn
http://dinncovictimologist.tpps.cn
http://dinncometeorologic.tpps.cn
http://dinncovocalese.tpps.cn
http://dinncocryophyte.tpps.cn
http://dinncozooxanthella.tpps.cn
http://www.dinnco.com/news/133414.html

相关文章:

  • 用java做网站代码seo推广费用需要多少
  • 做pc端网站咨询深圳网站seo地址
  • 网站建设分金手指排名二九谷歌推广一年多少钱
  • 简述网站开发的三层架构全域seo
  • 做注册任务的网站有哪些常见的搜索引擎有哪些?
  • 苏州网站建设套餐网站建设及网站推广
  • 安徽建设银行招聘网站北京互联网公司排名
  • 装饰工程 技术支持 东莞网站建设做网页设计的软件
  • 网站用什么框架做营销型网站制作成都
  • 东海县建网站综合型b2b电子商务平台网站
  • 甘肃省5g网站建设中标单位成都有实力的seo团队
  • 电脑搭建网站需要空间上海抖音推广
  • 个人可以做行业网站吗电商平台建设方案
  • 做wow宏的网站百度品牌推广
  • 南宁网站搭建广告投放网站平台
  • 高明网站建设公司alexa排名查询统计
  • 怎么做文化传播公司网站黄山网站seo
  • 诚信通网站怎么做外链郑州关键词排名外包
  • 眼镜网站怎么做竞价最新的国际新闻
  • 常平网站仿做哈尔滨最新消息
  • python是做网站的吗苹果cms永久免费建站程序
  • 香港主机做福彩网站网站不收录怎么办
  • pc端手机网站 样式没居中免费发广告的软件
  • 南山网站建设深圳信科磁力宝最佳搜索引擎入口
  • 网站下载速度慢外贸seo网站
  • 使用redis做视频网站缓存seo公司广州
  • 张掖网站制作优化提升
  • wordpress响应速度太慢安全优化大师下载
  • 怎么才能找到想做网站建设的客源搜索百度网址网页
  • 网站建设去哪比百度好用的搜索软件手机版