6👍
✅
I found the solution and thought I’d post back here just in case anyone comes across this question in future.
I was using the Google App Engine launcher. Django-nonrel makes changes to standard Django. The launcher uses standard Django which doesn’t contain these changes. The solution is to use the manage.py runserver which will see all the Django non-rel changes including your own models and the Django contrib ones.
0👍
just adding.
I’ve found out that by using ‘python manage.py remote createsuperuser’ on a Google App Engine application that uses High Replication database, the change may take some time. That mean you may have to wait several minute before you can login.
Source:stackexchange.com