Home | Trees | Indices | Help |
---|
|
django.contrib.gis.db.models.Model --+ | Screencast
|
|||
Meta |
|
|||
|
|
|||
video = models.FileField(upload_to= settings.SCREENCASTS)
|
|||
image = models.ImageField(upload_to= settings.SCREENCAST_IMAGES)
|
|||
title = models.CharField(max_length= 100)
|
|||
urlname = models.CharField(max_length= 100)
|
|||
description = models.CharField(max_length= 350)
|
|||
selected_for_help = models.BooleanField(default= False, help_t
|
|||
IMPORTANCE_CHOICES = 1, '1', (2, '2'), (3, '3'), (4, '4'), (5,
|
|||
importance = models.IntegerField(choices= IMPORTANCE_CHOICES,
|
|
selected_for_help
|
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 |