make an object available to all views and blocks

2010-01-08 Thread Kevin Coyner
Using template inheritance via base.html, I am creating a simple two-column site with a "content" and "sidebar" block. The inheritance feature works as expected. Basic html is inherited in my sidebar from base.html and can be written over in the sidebar block if so desired. However, I'm perplexed

InlineModelAdmin objects question

2009-02-24 Thread Kevin Coyner
dels.Model): username = models.OneToOneField(User, parent_link=False) address = ... etc -- Any pointers would be appreciated. Thanks. -- Kevin Coyner GnuPG key: 1024D/8CE11941 --~--~-~--~~~---~--~~ You received this message because