02 2021 档案
Django打包成exe
摘要:由于需要虚拟环境中各种依赖的库,在其他电脑开启本地服务,所以将Django项目进行打包,以下是各种步骤以及出错的处理 安装pyinstall 我在使用pip安装pyinstall的时候,会出现大量的红字错误,只需要按照下面的指令一个个执行就好了 pip install pywin32; pip in 阅读全文
posted @ 2021-02-05 10:57 必须登录 阅读(1511) 评论(0) 推荐(0)
crm组件
摘要:from django.shortcuts import render from django.forms import modelformset_factory, formset_factory from app01.models import Publisher from app01.forms 阅读全文
posted @ 2021-02-04 15:26 必须登录 阅读(82) 评论(0) 推荐(0)
bbs
摘要:from django.contrib.auth.models import AbstractUserclass UserInfo(AbstractUser): phone = models.BigIntegerField(verbose_name='手机号',null=True,blank=Tru 阅读全文
posted @ 2021-02-03 22:59 必须登录 阅读(320) 评论(0) 推荐(0)