Hi,
I was trying to learn Django. I have installed Python 3.6 and Django.
The installation was successful. When I ran "django-admin startproject
mysite" to create a new project, the attached file showed up and the
program stop. What is wrong?
Thank you.
Tet Yeap
--
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 [email protected].
To post to this group, send email to [email protected].
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/eb395e57-5633-4b00-87de-459729e085f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
#!C:\WinPython-64bit-3.6.1.0Qt5\python-3.6.1.amd64\python.exe
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()