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

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

$
0
0

Note that in Django 1.9, you can add your app into the INSTALLED_APPS list.

If your app name is app and you have created models in it, then go to the settings.py file and add your app:

INSTALLED_APPS = [    ...'app']

Viewing all articles
Browse latest Browse all 22

Trending Articles



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