use ox/ox.web/ox.django

This commit is contained in:
j 2009-10-11 15:00:16 +02:00
commit e98b6828fe
9 changed files with 27 additions and 59 deletions

View file

@ -6,8 +6,8 @@ from django.shortcuts import render_to_response, get_object_or_404, get_list_or_
from django.template import RequestContext
from django.utils import simplejson as json
from oxdb.utils.shortcuts import render_to_json_response
from oxdb.utils.decorators import login_required_json
from ox.django.shortcuts import render_to_json_response
from ox.django.decorators import login_required_json
import models