How Do You Deploy Django in Windows?

Asked By 30 points N/A Posted on -
qa-featured

Please help me to install Django on Windows operating system. I have downloaded a zip folder for Django CMS but right now I do not know what to do next. After downloading the folder, it was automatically opened by a file extracting software. I am not sure what to do next, so please take me through the process for extracting the file to install and run it. Thank you.

SHARE
Answered By 0 points N/A #189732

How Do You Deploy Django in Windows?

qa-featured

Django is one of a kind of Python framework, yes it runs on Python Web Framework and needs Python setup on the machine. So in order to install Python just download it from it's official website python.org and download it by selecting MSI installer for it. As the MSI installer downloads follow the setup instructions given by it.

Once everything is set check what is Python version you have installed and check it's path, if you have entered wrong path for it you can change it to desired.

Related Questions