Hi,
I am a beginner, because I think it is a simple issue :
<class 'django.core.exceptions.ViewDoesNotExist'>: Tried start_page in
module routes.views. Error was: 'module' object has no attribute
'CharField'
In my routes.views I have the start_page def :
def start_page(request):
return render_to_response ('routes/index_search_template.html')
Did I forget to import something? Is it a problem linked to template?
Thanks a lot
Arbi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---