« Adding flickr images | Limiting memory usage »
27 October 2008
For this site I made a simple django app to manage my publications. It's working OK but the model definition particularly is starting to look a bit simplistic. For the most part publications seem to appear within other publications: conference papers within conference proceedings for example. I've captured that right enough, but what I haven't got yet is enough flexibility about what information is collected about the different sorts of publications. One thing that is starting to work, though, is the admin section for publicaitons. I've used inlines within the admin page which allows me to associate authors with a publication directly on the publication-creation page.