This commit is contained in:
Sanj 2012-09-19 20:37:56 +05:30
parent 33788b2da7
commit cf668c32a9

View File

@ -4,7 +4,7 @@
from django.shortcuts import render_to_response from django.shortcuts import render_to_response
from django.http import HttpResponse from django.http import HttpResponse
from django.shortcuts import get_object_or_404 from django.shortcuts import get_object_or_404
from oxdjango.shortcuts import render_to_json_response from ox.django.shortcuts import render_to_json_response
from django.core.mail import send_mail from django.core.mail import send_mail
from models import * from models import *