Skip to content

Instantly share code, notes, and snippets.

View Adornadowilliam2's full-sized avatar
💭
I may be slow to respond.

Adornadowilliam2

💭
I may be slow to respond.
View GitHub Profile
@Adornadowilliam2
Adornadowilliam2 / gist:d817534c2ccd8fecc3687bacd53f2ae7
Created May 15, 2024 13:46
How to install django in command prompt or cmd
#first to able know if the python is install type in command prompt or cmd
python --version
#then allso check is the pip has been instsall as it must be install once you downloaded the python but incase there is not
pip --version
#after that you need to create a folder for the django using command prompt, becuase why not go to back filde manager to create folder
mkdir django