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

@ -19,7 +19,7 @@ from item import utils
from item.models import get_item, Item
from item.views import parse_query
import item.tasks
from api.actions import actions
from ox.django.api import actions
import models
import tasks