Brant Harris wrote:
So here's my best idea:
# myproject/people/models.py contains this:
from django.core import meta
class Person(meta.Model):
first_name = meta.CharField(maxlength=30)
last_name = meta.CharField(maxlength=30)
objects = meta.Manager() # This is mirrors the defau
patrick k wrote:
i´ve been asking that question before. but now, i do have a somehow detailed
description at:
http://www.vonautomatisch.at/framework/dkit/description.php?id=1
basically, we´d like to split a site into a main template, into boxes
(div-structures) and elements (content). then, we