| Home | Trees | Indices | Help |
|---|
|
|
django.contrib.gis.db.models.Model --+
|
Faq
|
|||
|
|||
|
|||
IMPORTANCE_CHOICES = 1, '1', (2, '2'), (3, '3'), (4, '4'), (5,
|
|||
question = models.TextField(max_length= 200)
|
|||
answer = models.TextField(max_length= 2000)
|
|||
importance = models.IntegerField(choices= IMPORTANCE_CHOICES)
|
|||
faq_group = models.ForeignKey(FaqGroup)
|
|||
|
|||
IMPORTANCE_CHOICES
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:03 2012 | http://epydoc.sourceforge.net |