我在Django中定义了两个模型,第二个模型是基于第一个模型,而不是管理模型,因为它是基于Server视图(而不是在表上)的后端。class MostRecent(models.Model): status = models.IntegerFieldupdatable because the modification affects
在Django中,我正在尝试将一个自定义用户模型从一个应用程序移动到另一个应用程序。当我按照诸如found 之类的说明进行操作并尝试应用迁移时,我收到来自django.contrib.admin.models.LogEntry.user的ValueError: Related model'newapp.user' cannot be resolved错误,它被定义为models.ForeignKey</em