吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 583|回复: 8
收起左侧

[求助] Django中迁移migrate的问题

[复制链接]
Khaoss 发表于 2022-7-22 09:27
自学了点python知识,然后就了解到了django框架,接着就一时兴起在GitHub上找了一个Django框架的Blog系统(https://github.com/liangliangyy/DjangoBlog),按照大神的部署步骤一步一步下来,但是在数据库迁移的这块卡住了!
我执行了:
python manage.py makemigrations
python manage.py migrate

但是在启动项目的时候报错:

12.png


You have 26 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): accounts, admin, auth, blog, comments, contenttypes, oauth, owntracks, servermanager, sessions, sites.
Run 'python manage.py migrate' to apply them.

请大神们帮帮忙,最好能解释一下原理,谢谢~
12.png

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

冬酒暖阳 发表于 2022-7-22 14:09
检查一下数据库里面有没有这些app的表,没有的话依次对他提到的每一个app执行依次下面的代码

python manage.py makemigrations [app名字]  例如: python manage.py makemigrations accounts

对每一个都执行一边之后,统一执行 python manage.py migrate 这个命令
 楼主| Khaoss 发表于 2022-7-22 14:18
冬酒暖阳 发表于 2022-7-22 14:09
检查一下数据库里面有没有这些app的表,没有的话依次对他提到的每一个app执行依次下面的代码

python man ...

没用还是报这个错
冬酒暖阳 发表于 2022-7-22 14:19
Khaoss 发表于 2022-7-22 14:18
没用还是报这个错

执行哪一句报的这个错?是 makemigrations 还是 migrate?
 楼主| Khaoss 发表于 2022-7-22 14:27
冬酒暖阳 发表于 2022-7-22 14:19
执行哪一句报的这个错?是 makemigrations 还是 migrate?

启动项目的时候
You have 26 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): accounts, admin, auth, blog, comments, contenttypes, oauth, owntracks, servermanager, sessions, sites.
Run 'python manage.py migrate' to apply them.
冬酒暖阳 发表于 2022-7-22 14:38
你执行 makemigrations 和 migrate 了么。执行这两句没报错?
 楼主| Khaoss 发表于 2022-7-22 14:52
冬酒暖阳 发表于 2022-7-22 14:38
你执行 makemigrations 和 migrate 了么。执行这两句没报错?

APP挨个执行了没有报错,启动项目的时候报错
冬酒暖阳 发表于 2022-7-22 15:54
你看看项目目录里面是不是有叫 migrations 的文件夹,把叫这个名字的文件夹全删掉,然后重新迁移,应该就可以了
 楼主| Khaoss 发表于 2022-7-25 11:55
冬酒暖阳 发表于 2022-7-22 15:54
你看看项目目录里面是不是有叫 migrations 的文件夹,把叫这个名字的文件夹全删掉,然后重新迁移,应该就可 ...

谢谢大佬,晚上试试
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 09:30

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表