When I want to start new Django project this is what I get:
As you can see, nothing is happenning, except showing all available options.
Where is the problem?
When I want to start new Django project this is what I get:
As you can see, nothing is happenning, except showing all available options.
Where is the problem?
Invoke python
explicitly:
python django-admin.py startproject....
If still getting the same problem, see this answer: https://stackoverflow.com/a/14936708/236195