django-admin.py startproject doesn't work, why? FIXED -


the command django-admin.py startproject mysite doesn't work.

also more information, here screenshot of happens: http://i.imgur.com/xqsy4zy.png.

i tried using full path django: c:\python27\scripts\django-admin.py startproject mysite.

neither of these commands create anything.


fixed: here answer: django-admin.py not working

himmip try django-admin.py startproject mysite in directory want project.

plus, make sure have django installed calling python -c "import django; print(django.get_version())" command line. should print out django's version if correctly installed.

just in docs.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -