Python Shell Apps aren't loaded yet

Three things to check:

  1. Your current directory in the shell is the base directory of your project.

  2. Your virtual environment for your project is active.

  3. Are you trying to perform any ORM or database operations at the module level in your models.py file?

Also, please post your INSTALLED_APPS setting.

1 Like