according to the official tutorial I need to type the following to the cmd 
in the directory where I want to create my project.:

django-admin.py startproject mysite

I created a folder named "site" on my desktop, cd into it and typed the 
obove command. Nothing appeared in "site". Instead, Python authomatically 
opened with the following:


#!C:\Python27\python.exe
from django.core import management

if __name__ == "__main__":
    management.execute_from_command_line()


Do you know what's going on?

-- 
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/b0158ba0-1ac3-4cf8-b510-aa1ea42aa21b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to