Sunday, November 30, 2014

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

Hi,

Are there any error messages?

Is there already an existing mysite folder?

What method did you use to install django? Did you really install django 1.8, not 1.7?

Collin


On Thursday, November 27, 2014 10:15:51 AM UTC-5, David Pride wrote:
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/ed43c9f1-5cde-4d3b-baba-383f65bb702b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment