RHP*_*HPT 9 python django postgresql django-migrations
我正在尝试用Django创建一个新模型,但我一直遇到错误Lookup failed for model referenced by field help.HelpDefinition.org: account.Organization.Organization已经进口了.你可以看到下面的模型.
models.py
org = models.ForeignKey(Organization, unique=True)
help_type = models.CharField(max_length=255, choices=HELP_CHOICES)
help_content = models.TextField(blank=True)
Run Code Online (Sandbox Code Playgroud)
此模型已成功迁移.我psql在Postgres中删除了表格,以便可以重新创建.
| 归档时间: |
|
| 查看次数: |
4862 次 |
| 最近记录: |