Posts Tagged ‘ unknown-unknown ’

Re: 'Context' object has no attribute 'period'

January 27, 2010
By

On Jan 27, 1:52 am, Andy wrote: > I am (still) new to Django and a novice at relational databases, so I > am having some problems. I've read and read, but can't sort this out. ...

Read more »

Model Field Subclass

January 24, 2010
By

Hi all,. I'm subclassing ImageField to add another function/property to the standard one (probably will add more later): from django.db import models class RemoteImageField(models.ImageField): def thumbnail_url(self, name): ...

Read more »

Re: I'm wanting to modify Django CMS so I can restrict the content …

January 21, 2010
By

On 21 Sty, 12:15, littlejim84 wrote: > I have content that I've created in Django CMS that I then want to > restrict access to on the site site (not the editing side, like with ...

Read more »