I dropped to shell, and found this to be strange:
>>> x = HomePage.objects.get(pk=1)
>>> x
<HomePage: Home>
>>> x.title
u'Home'
>>> x.slug
u'/'
>>> x.heading
u"Okay, you're welcome"
>>> x.subheading
u'We believe in change by the people for the people. We believe people can 
take development into their own hands.'
>>> x.featured_image
u''
>>> 


Why and how? 

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to