use ox/ox.web/ox.django
This commit is contained in:
parent
f68c43780c
commit
e98b6828fe
9 changed files with 27 additions and 59 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue