[Django]-Django app not found despite adding to INSTALLED_APPS?

0👍

You are missing a __init__.py right under wiki

0👍

In my case, that was a virtual env issue. I restart my virtual environment and run python migrate. I had several packages that were missing in the virtualenv, some not related to the initial message.

Leave a comment