3π
β
Yes, the instructions are a little hidden and you can not find it via django-nonrel for some reason. Look for django-appengine instead. Check this tutorial about django-appengine. There you will also find all the installation instructions, how to use it and what to keep in mind when using it.
And about your specific question (1). You must use the modified Django 1.3 version of django-appengine (everything described in the link above). Donβt use the official Django version. Also it must be in your project directory to work properly with GAE.
1π
As for 2012 Q2:
- Django 1.4 was released
- Django-nonrel based on Django 1.3 was moved to github.com/django-nonrel
- Django-nonrel has a install script django-nonrel-start-project
π€keiw
- [Django]-Sync to Async Django ORM queryset foreign key property
- [Django]-Unicode issue with makemessages βall Django 1.6.2 Python 3.3
- [Django]-Nested Django Forms: 'ManagementForm data is missing or has been tampered with'
Source:stackexchange.com