3👍
The AppEngine documentation has a section about django integration, it could be useful as a start point. There are also several other articles around the web about this topic, just google django appengine
.
Regarding the IDE, i’d suggest using PyCharm, it’s not free, but it has great integration for appengine
and Django
(even both together), and is a great IDE.
EDIT:
Here is a tutorial that looks nice, i used another tutorial from this guy to create an appengine
project using the Flask
framework, and it was really useful.
0👍
As @MatToufotu suggested you start with the django integration document in the appengine documentation. I would say you should stick with eclipse and pydev, as django-nonrel project created are nothing but pure django project with support for appengine, pydev can handle both of them with ease……..