1 Star 1 Fork 0

黎明 / jdangoprojectjd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

新建模块 python manage.py startapp xxx

生成requirements.txt 第一种:pipreqs . --encoding=utf8 --force 第二种:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

常用镜像 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http://pypi.hustunique.com/ 山东理工大学:http://pypi.sdutlinux.org/ 豆瓣:http://pypi.douban.com/simple/

安装 requirements.txt pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

启动 python manage.py runserver 0.0.0.0:9000

model迁移

python manage.py makemigrations python manage.py migrate 当出现duplicate column name: ID 存在相同id,去到migrations 下删掉队对应记录

问题

python 3.10 对应pandas 版本1.4.0

空文件

简介

python 后台 django框架 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/super_srhee/jdangoprojectjd.git
git@gitee.com:super_srhee/jdangoprojectjd.git
super_srhee
jdangoprojectjd
jdangoprojectjd
master

搜索帮助