MassMedia v0.3beta1 documentation
The abstract base class for all media types. It includes all the common attributes and functions.
SlugField A variation of the title attribute that can be used in URLs. They must be unique.
unique=True
CharField A headline or short descriptive sentence. Used in creating the slug field.
max_length=255
Image(id, title, slug, creation_date, author_id, one_off_author, caption, metadata, categories, reproduction_allowed, public, external_url, mime_type, width, height, widget_template, file, original_id)
Video(id, title, slug, creation_date, author_id, one_off_author, caption, metadata, categories, reproduction_allowed, public, external_url, mime_type, width, height, widget_template, file, thumbnail_id)
GrabVideo(id, title, slug, creation_date, author_id, one_off_author, caption, metadata, categories, reproduction_allowed, public, external_url, mime_type, width, height, widget_template, file, thumbnail_id, video_ptr_id, asset_id, layout_id, keywords)
Audio(id, title, slug, creation_date, author_id, one_off_author, caption, metadata, categories, reproduction_allowed, public, external_url, mime_type, width, height, widget_template, file)
Flash(id, title, slug, creation_date, author_id, one_off_author, caption, metadata, categories, reproduction_allowed, public, external_url, mime_type, width, height, widget_template, file)
Document(id, title, slug, creation_date, author_id, one_off_author, caption, metadata, categories, reproduction_allowed, public, external_url, mime_type, width, height, widget_template, file)
Collection(id, creation_date, title, slug, caption, zip_file, public, categories)
CollectionRelation(id, collection_id, content_type_id, object_id)