: What is the next step of creating a Django website after "startproject mySite"? I would like to start web designing using django! but Whenever i type "django-admin.py startproject mySite" in cmd
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:userscrepinenvsmyprojectscriptspython.exe
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()
More posts by @Marchetta884
1 Comments
Sorted by latest first Latest Oldest Best
You should start with the official Django tutorial, it explains everything: docs.djangoproject.com/en/1.10/intro/tutorial01/ .
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.