0
I am trying to learn Jango and would like to understand this notification I get every time I run the Django-admin command!
Note that only Django core Commands are Listed as Settings are not properly configured (error: Requested Setting INSTALLED_APPS, but Settings are not configured. You must either define the Environment variable DJANGO_SETTINGS_MODULE or call Settings.configure() before accessing Settings.).
use python 2.7 and Django 1.9. Someone could give a light?
puts your project directory tree and the file Settings.py, this is a configuration error
– Brumazzi DB