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. ...
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. ...
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): ...
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 ...