我尝试在flask restfull中使用一个复杂的结构,我的结构如下:-models--modelA.py--__init__.py我在main.py中有一个变量,在models.modelA中我需要这个变量,在resources.resourceA中我也需要models.modelA。当我启动我的应用程序时,我得到以下错误:
Traceback (most re
我有几个模型: ModelA,ModelB,ModelC,每个模型都有相同的属性,比如x,y,z。我正在尝试让它们显示在Django admin中。'z']The value of list_display[0] refers to 'x' which is not callable, anattribute of modelA, or an attribute or method on 'database.modelA