use ox.django.api instead of local copy

This commit is contained in:
j 2012-01-04 01:48:47 +05:30
commit e1989eed57
25 changed files with 34 additions and 222 deletions

View file

@ -7,7 +7,7 @@ from ox.utils import json
from ox.django.shortcuts import render_to_json_response, json_response
from itemlist.views import get_list_or_404_json
from api.actions import actions
from ox.django.api import actions
def tv(request):
data = json.loads(request.POST['data'])