回到顶部

阅读目录

错误:django.db.utils.OperationalError: no such column: django_celery_results_taskresult.hidden

原因:本地库版本太低了,升级 django-celery-results 就好了

(joyoo2) yinzhuoqundeMacBook-Pro:joyoo zhuoqun$ pip list | grep django
django-admin-rangefilter 0.6.3
django-appconf           1.0.2
django-celery-beat       1.5.0
django-celery-results    1.1.2

升级库:

pip install django-celery-results==1.2.1

 


^_^
请喝咖啡 ×

本作品由 卓越笔记 采用 知识共享署名 - 非商业性使用 - 相同方式共享 4.0 国际许可协议 进行许可

前一篇: intellij-core-26.0.0-dev.jar download 下载
下一篇: iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 3306 -j DNAT --to-destination 172.17.0.2:3306 ! -i docker0: iptables: No chain/target/match by that name. (exit status 1))
captcha