class MenuModelForm(BootStrapModelForm):
class Meta:
model = models.Menu
# django.core.exceptions.ImproperlyConfigured:
# The included URLconf 'PHM.urls' does not appear to have any patterns in it.
# If you see valid patterns in the file then the issue is probably caused by a circular import.
# 哎呀我滴个天呀,不加这个fields一直报上面的错,一定一定要加,调了好久,报错还看不出来。。哎呀呀
fields = ['title', 'icon']
相关文章
- 11-20void* circular buffer
- 11-20Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name
- 11-20Caused by: freemarker.core.Configurable$UnknownSettingException: Unknown FreeMarker configuration s
- 11-20Error:Cannot build artifact 'ssm:war exploded' because it is included into a circular depe
- 11-20Circular RNA的产生机制、功能及RNA-seq数据鉴定方法
- 11-20解决TypeError: Converting circular structure to JSON
- 11-20Caused by: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'name': was e
- 11-20STM32CubeMX ADC多通道DMA(循环传输Circular,单次Normal)
- 11-20Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when
- 11-20【Mybatis异常】Caused by: java.sql.SQLException: Parameter index out of range (1 > number of paramete