As a new python and django developer, I am creating a Django application in a Google application. Today I realized that the GAE helper does not support model forms - after some research, I understand that Django non-rel is the best helper for Django _ GAE
So, I downloaded it: but I can not find instructions for installing it - I spent more than an hour searching and searching - but there are no instructions !!!
I even found instructions for installing Django to download without a link, but not without rel -
- How to install Django non-rel?
- I need Django 1.3 - if so, how can I install 1.3 so that I can deploy it to GAE, since GAE has its own Django 1.2?
source
share