Wednesday, October 5, 2016

can't create django project using Windows command prompt!

I would like to start web designing using django! but Whenever i type "django-admin.py startproject mySite" in cmd this code popup through notepad, Then what should I do?

#!c:\users\crepin\envs\myproject\scripts\python.exe
from django.core import management

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



--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cbd1eff0-1332-42cb-ad1e-3d86f18610cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment