palewire / django-calaccess-campaign-browser

A Django app to refine, review and republish campaign finance data drawn from the California Secretary of State’s CAL-ACCESS database
http://django-calaccess-campaign-browser.californiacivicdata.org
MIT License
17 stars 12 forks source link

Error for FilerAdmin class in admin.py #95

Closed aboutaaron closed 10 years ago

aboutaaron commented 10 years ago
$ python example/manage.py syncdb

yield: ERRORS: <class 'calaccess_campaign_browser.admin.FilerAdmin'>: (admin.E108) The value of 'list_display[0]' refers to 'filer_id', which is not a callable, an attribute of 'FilerAdmin', or an attribute or method on 'calaccess_campaign_browser.Filer'.

It looks like the Filer model doesn't have a filer_id attribute anymore. I can remove this from the admin, but I'm not sure if you wanted it there for some reason @palewire or if something was lifted from the model that wasn't supposed to. Let me know.

aboutaaron commented 10 years ago

Admin line: admin.py#L43

palewire commented 10 years ago

I'm working on this this morning for #87. Fix incoming.