Quantcast
Channel: Django Import Error: No module named apps - Stack Overflow
Viewing all articles
Browse latest Browse all 22

Answer by Bartłomiej Olszak-Mundzia for Django Import Error: No module named apps

$
0
0

I had exactly the same issue.In settings.py I printed the SYS path by:

  import sys  print(sys.path)

It turned out that main path to the project directory was not included, so I had to add it manually here.

  import sys  sys.path.append(<path to my main project dir>)

Viewing all articles
Browse latest Browse all 22

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>