Hi,
I'm having problems with the infamous django.core.exceptions.AppRegistryNotReady
exception. I've created a virtualenv named pythree and have it listed in the Web tab. I've tried putting the recommended
import django
django.setup()
in my personal wsgi.py and in the django wsgi.py. I've tried following the instructions here and here to no avail.