Greg Taylor
unread,Sep 16, 2009, 10:44:25 AM9/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django and EVE Online
As of right now, we've got over half of the tables modeled and
importing. Things are very rough and not at all ready for anyone to do
any kind of site development on. There are a few things that will need
to happen between now and whenever we want to start using this for
writing other software:
* The model names follow CCP's table names closely. Some of these are
really badly named, I'd like to find better names for some of them.
I've started doing this, and it's very easy to do, so let's think
ergonomics.
* I think it might be safe to drop the 'EVE' prefix on all of the
models. Looking back, this was a silly decision.
* At the very least, the non-obvious fields should have a help_text
attribute with some kind of useful direction as to what the field is
used for. These serve as comments, and are automatically added to the
auto-generated Documentation in the admin interface.
* The importers might need some prettying up, though I'm not terribly
concerned about them as a whole.
I welcome any and all help with these, along with implementing more
models/importers/admin classes.