dont import actions
This commit is contained in:
parent
64858f7662
commit
fa32d2d6cd
|
@ -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", {})
|
||||
|
|
Loading…
Reference in New Issue
Block a user