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:
- Your current directory in the shell is the base directory of your project.
- Your virtual environment for your project is active.
- 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.