Python Shell Apps aren't loaded yet

Welcome @ShelkeKi !

Please open a new topic for your issue. When doing so, please include the complete traceback, starting from the command being issued.

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 any of your project files?

Also, please post your INSTALLED_APPS setting.

When you’re posting code, templates, or error messages, you need to use the backtick - ` character, not the apostrophe - ', and the three backticks need to be lines by themselves - not part of any other line.