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

Answer by Ruben for Django Import Error: No module named apps

$
0
0

If you've used the django-admin startapp myapp command, it creates this file: myapp/apps.py.

It could be conflicting with your apps/ module folder. A hidden apps.pyc file could be in your myapp/ folder.

Try removing these:

  • project/apps/myapp/apps.py
  • project/apps/myapp/apps.pyc

Viewing all articles
Browse latest Browse all 22

Trending Articles



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