Thursday, November 27, 2014

Newbie help - running django-admin.py produces empty mysite folder

Title says it all really. Have just installed Django 1.8, can test django version and get correct response so am *fairly* happy it's installed correctly. I have had Python 2.7 installed and been using perfectly for several months.

Altered the PATH variable as discussed so it points to correct directory.

However when I run...

django-admin.py startproject mysite

The mysite folder is created - but it is empty, none of the following is created...

mysite/
    manage.py
    mysite/
        __init__.py
        settings.py
        urls.py
        wsgi.py

All tips gratefully received!

Many thanks,

D.P.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/178021ee-aa7a-4280-aff5-4886341a3d52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment