django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
See original GitHub issueI am having this issue. any clue? this is my repo - https://github.com/rustanacexd/go2-product-customizer-api
2018-01-12T07:31:56.187555+00:00 app[web.1]: raise AppRegistryNotReady("Apps aren't loaded yet.")
2018-01-12T07:31:56.187582+00:00 app[web.1]: django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
some errors before that - (screenshot - http://take.ms/o4m41)
Very cool starter kit for drf btw! the best I’ve seen
Issue Analytics
- State:
- Created 6 years ago
- Comments:20 (12 by maintainers)
Top Results From Across the Web
django:django.core.exceptions.AppRegistryNotReady: Apps ...
AppRegistryNotReady : Apps aren't loaded yet. The django version on the server is 1.8.5, and the local is 1.8.1. I doubt the version...
Read more >django.core.exceptions.AppRegistryNotReady: Apps aren't ...
Using the first option throws django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. Full Trace Traceback (most recent call ...
Read more >Django-error “AppRegistryNotReady: Apps aren't loaded yet
Found on stack overflow. The solution which worked for me is following import django django.setup() from myapp.models import MyModel. means ...
Read more >django.core.exceptions.AppRegistryNotReady (Apps aren't ...
I get this error django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet when trying to start a django server with forestadmin.
Read more >Django scripting: “AppRegistryNotReady: Apps aren't loaded ...
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet . Don't panic! The solution is to run your application's setup() before ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@agconti works for me too. awesome thanks!!
@agconti I can confirm that that fixes the issue for me