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()
Thanks ki-themes, actually that was the link I‘ve used to install python, virtual environment then Django! I’ve literally followed all the steps on that link! But unfortunately, still tricky
I’ve found where my Django directory path is, but how do I add django path-site pacakages in cmd?