D
D
DUDE2019-12-25 00:49:43
Django
DUDE, 2019-12-25 00:49:43

Why can't Django see the app?

Hello everyone, I'm trying to revive one project written in the second python. I'm trying to make makemigrations or syncdb and it gives an error that there is no module, although it is in INSTALLED_APPS. I'm running through the interpreter of the third python, perhaps this is a problem, but the fact is that I just want to try to run on the third one and catch the syntax errors of the second one and fix them right away.
Has anyone encountered this problem or knows a solution?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DUDE, 2019-12-27
@stympel

In INSTALLED_APPS explicitly specified the path to the application and changed 'main_app' to 'apps.main_app'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question