google app engine - Unresolved import of render from django.shortcuts -


i'm using django in eclipse, trying strap django framework onto google app engine backbone per following tut: http://django-appengine.com/post/37778427717/create-a-simple-guestbook-application#disqus_thread

an error following line comes up:

from django.shortcuts import render 

the error:

unresolved import: render

any guidance appreciated.


Comments