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

CreateNewProject1.jpg

2. Enable Django support and create project

AppEngineProjectSettings1.jpg

I end up with the following project layout:

Project1.jpg

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
0

请先登录再写评论。