Error in running django-admin.py in django 1.9

0

I'm trying to learn django and would like to understand this notification I get every time I run the django-admin!

  

Note that only Django core commands are listed as settings are not properly configured (error: Requested setting INSTALLED_APPS, but settings are not configured. .

use python 2.7 and django 1.9. Could someone give a light?

    
asked by anonymous 13.03.2016 / 22:24

1 answer

0

You can run django-admin startproject mysite (Note that this is not django-admin.py), because if Django was installed by pip, there is an executable in C: / Python34 / Scripts that is already in your environment variable " PATH "(if not, add it so the script will work)

    
14.03.2016 / 02:58