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