Mobile app version of vmapp.org
Login or Join
Marchetta884

: 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

@Marchetta884

Posted in: #301Redirect #Dns #Google #Search

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()

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Marchetta884

1 Comments

Sorted by latest first Latest Oldest Best

 

@Barnes591

You should start with the official Django tutorial, it explains everything: docs.djangoproject.com/en/1.10/intro/tutorial01/ .

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme