i have django installed correctly i checked witht he version test
my python folder is on c:\

#!c:\users\radcliff\appdata\local\enthought\canopy32\user\scripts\python.exe
from django.core import management

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

this is what is in the django-admin.py

this file in the beginning was int the folder after the hash. 
is this command: "django-admin startproject mysite" 
supposed to run another way???? 
like from every folder i am currently working at the cmd?

-- 
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/47e51e41-81b4-4f8a-84fc-0600810dcf2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to