Answer the question
In order to leave comments, you need to log in
Why won't Django-admin.py run?
Installed django, when creating a new project through the console django-admin.py startproject mysite
Instead of creating a project, Sublime Text opens with the file code django-admin.py
#!c:\python3\python.exe
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question