I have running an APP on Google App Engine that I developed in Python and used Django template data display. I used Launcher to test and deploy. I did not use such Django verbs as {% url etc etc %}. It was all good and well.
I now need to do some work on an existing APP on Google App Engine that is Django based and uses the many more Django verbs.
It fails to run on Launcher.
I read that you use something like manage.py runserver and I think Launcher is not capable of supporting my development testing on this one. Is there a way so Launcher can?
I am not quite sure what environment for test I am going to use ??
I have found the answer you ad the line # coding: utf-8 to all the Python programs including helper.py. You must used latest or above 1.6 for Google Launcher.