PyCharm, Google App Engine, Django and Google App Engine Helper for Django
I'm trying to create a Google App Engine project with Django and the Google App Engine Helper for Django. My steps are:
1. Create a new Google App Engine Project
2. Enable Django support and create project
I end up with the following project layout:
Now, if I follow the App Engine Helper for Django and put appengine_django at the same level as MyApplication then much of the helper does not resolve because it is expected at appengine_django but is at MyProject.appengine_django. I've tried putting appengin_django at th same level as MyProject but ran into other errors.
Has anyone been through this already? ... and willing to share?
Thanks
Attachment(s):
CreateNewProject1.jpg
AppEngineProjectSettings1.jpg
Project1.jpg
请先登录再写评论。