ups, silly import
This commit is contained in:
parent
f4bb714dde
commit
5493c5f251
|
@ -1,6 +1,6 @@
|
||||||
# Create your views here.
|
# Create your views here.
|
||||||
from django.shortcuts import render_to_response
|
from django.shortcuts import render_to_response, get_object_or_404
|
||||||
from ox.django.shortcuts import render_to_json_response, get_object_or_404
|
from ox.django.shortcuts import render_to_json_response
|
||||||
from django.template import RequestContext
|
from django.template import RequestContext
|
||||||
from models import Feature
|
from models import Feature
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user