{{{
raise AppRegistryNotReady("Apps aren't loaded yet.")
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
}}}
We have many installed apps in the project and using PostgreSQL-9.5
database. We know that the apps which have model classes in it, cause this
error to occur.
The above error even occured when connecting to the database using
connection cursor:
{{{
django.db.connection.cursor().execute()
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30464>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #30452.
Even if you now use Django 1.11, this is still a support question, not a
bug report, unless you can find by debugging that Django is at fault. You
should definitely search for help in support channels. And for that, you
will also need more information, because without access to your code and
at least a full traceback, nobody will be able to help.
--
Ticket URL: <https://code.djangoproject.com/ticket/30464#comment:1>