dont import actions

This commit is contained in:
Sanj 2012-02-19 17:34:40 +05:30
parent 64858f7662
commit fa32d2d6cd

View File

@ -2,7 +2,6 @@
from models import *
from django.shortcuts import render_to_response, get_object_or_404
from django.template import RequestContext
from actions import *
def index(request):
return render_to_response("index.html", {})