django-admin creates infrastructure required for your project, and there 
should be more than 3 files.

On *nix systems django-admin is py script with shebang, but due to windows 
command processor limitations (cmd) on windows there is executable file 
which actually calls django-admin.

So, you should open cmd console and type 
"c:\Python27\Scripts\django-admin.exe startproject mysite". (I believe you 
have python on c:\Python27\ and Django is installed).






On Friday, March 13, 2015 at 7:58:55 PM UTC+3, george.v...@gmail.com wrote:
>
> i am at the start
> i use windows7, python 2.7.6 and django 1.7.6
>
> after installation i tried to run "django-admin startproject mysite" 
> and it only opened notepad++ the file django-admin.py
>
> i then went in the directory that it was found and coppied the three files 
> in the folder i want my project to be in...
>
> will that be a problem later int he tutorial? i feel like a passed a 
> problem but not in the right way.....
>

-- 
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+unsubscr...@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/4b990f03-b9c0-42ff-8e70-d6bdee0f123f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to