Home | Trees | Indices | Help |
---|
|
django.contrib.gis.db.models.Model --+ | YoutubeScreencast
|
|||
|
|
|||
youtube_id = models.CharField(max_length= 24, unique= True, he
|
|||
image = models.ImageField(upload_to= settings.SCREENCAST_IMAGES)
|
|||
title = 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,
|
|||
video_width = models.IntegerField(default= 853)
|
|||
video_height = models.IntegerField(default= 505)
|
|||
play_hd = models.BooleanField(default= True)
|
|
youtube_id
|
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 |