Python精选Pythoner集中营

graphite install

2015-09-07  本文已影响0人  1ef341143cfc

download django-tagging

error:

django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form TagAdminForm needs updating.

solution:
#fields

class Meta:
    model = Job
    fields = "__all__" 
上一篇下一篇

猜你喜欢

热点阅读