| Home | Trees | Indices | Help |
|---|
|
|
db.models.Model --+
|
FlatPage
|
|||
| Meta | |||
| Admin | |||
|
|||
|
|||
|
|||
|
|||
url = models.CharField(_('URL'), max_length= 100, validator_li
|
|||
title = models.CharField(_('title'), max_length= 200)
|
|||
content = models.TextField(_('content'))
|
|||
enable_comments = models.BooleanField(_('enable comments'))
|
|||
template_name = models.CharField(_('template name'), max_lengt
|
|||
registration_required = models.BooleanField(_('registration re
|
|||
sites = models.ManyToManyField(Site)
|
|||
|
|||
url
|
template_name
|
registration_required
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:16 2008 | http://epydoc.sourceforge.net |