Created
May 16, 2022 11:04
-
-
Save ayoubjamouhi/3961214a13abb499b48ea72d7acf4b5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd/Go to the project folder | |
Setup the virtual environment pipenv install | |
Activate the virtual environment pipenv shell | |
Install django pip3 install django | |
Run the project pipenv run python manage.py runserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment