django:django.core.exceptions.AppRegistryNotReady: Apps aren’t loaded yet

This could well be an issue with your Django settings. For example, I just had specified in LOGGING a filename in a non-existent directory. As soon as I changed it to an existing directory, the issue was resolved.

Leave a Comment