question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:20 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
rustanacexdcommented, Jan 22, 2018

@agconti works for me too. awesome thanks!!

2reactions
ferndotcommented, Jan 21, 2018

@agconti I can confirm that that fixes the issue for me

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found