save videoOverlay, add getEmbedUrl stump

This commit is contained in:
j 2013-02-12 18:39:46 +05:30
commit c8a454dcfa
3 changed files with 73 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from django import forms
from django.db.models import F
from ox.django.http import HttpFileResponse
from ox.django.shortcuts import render_to_json_response
from ox.django.shortcuts import render_to_json_response, json_response
import models
class ChunkForm(forms.Form):