[Answer]-Error trying to installing django non-rel on windows 7 system

1👍

DatabaseOperations is defined by django, and used by djangotoolbox and djangoappengine.

Looks like the code in djangoappengine is not matching the code in django.

Make sure you have the appropriate versions of each installed. My guess is that you have the latest djangoappengine but not the latest version of djangon-nonrel.

Leave a comment