Re: export DJANGO_SETTINGS_MODULE

2015-01-21 Thread Bill Freeman
It looks like you are typing "*django-admin.py startproject WebSite*" at the python prompt, which is incorrect. You type it at the shell. If you get command not found, then instead type "python full/path/to/django-admin.py startproject WebSite". And in any case, the current directory must be the

Re: export DJANGO_SETTINGS_MODULE

2015-01-21 Thread th . granier
Hello i have sesinstalled django and re installed withdebian package when i lauch command django-admin.py startproject website here is what i get: *python3.4Python 3.4.2 (default, Dec 27 2014, 13:16:08) [GCC 4.9.2] on linuxType "help", "copyright", "credits" or "license" for more

export DJANGO_SETTINGS_MODULE

2015-01-21 Thread th . granier
Hello i have just installed django 1.7 on Debian jessie via synaptic when i start a console, import django is OK print(django.get_version()) ---> version 1.7.2 Now i try to launch the command "django-admin.py startproject WebSite" i get the error: *Traceback