can't create django project using Windows command prompt!!

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

You cannot use Linux commands directly on Windows. You need some softwares to be able to run
Check this thread out : https://docs.djangoproject.com/en/1.10/howto/windows/

As an alternative, you can search YouTube as “How to install Django in Windows” for videos

1 Like

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?
image

Have no idea, never used