Skip to content

Commit ec082a5

Browse files
authored
update view.py - import render from django shortcuts
1 parent b41fcae commit ec082a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/simplecms/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.http import Http404
2-
from django.shortcuts import render_to_response
2+
from django.shortcuts import render
33
from django.template.context import RequestContext
44
from simplecms.models import Page
55

0 commit comments

Comments
 (0)