raise AppRegistryNotReady("Apps aren't loaded yet.") #287
Unanswered
AliVleotsky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After adding the drf apps to INSTALLED_APPS I get the raise AppRegistryNotReady("Apps aren't loaded yet.") error.
Here is my INSTALLED_APPS
INSTALLED_APPS = [ 'dose.apps.DoseConfig', 'django.contrib.admin', 'django.contrib.auth.views', 'django.template.context_processors', # Used by fobi 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', #
django-fobi` themes'fobi.contrib.themes.bootstrap3', # Bootstrap 3 theme
'fobi.contrib.themes.foundation5', # Foundation 5 theme
'fobi.contrib.themes.simple', # Simple theme
]`
I compared to the docs and don't see any missing or extra or typos and typos usually have a different error.
Help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions