[Fixed]-Python 3.4 , django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet

1👍

If you’re just opening the Python shell, you won’t have access to anything in Django. Try manage.py shell to load the Django environment.

Leave a comment