Skip to content

Instantly share code, notes, and snippets.

@ayoubjamouhi
Created May 16, 2022 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayoubjamouhi/3961214a13abb499b48ea72d7acf4b5d to your computer and use it in GitHub Desktop.
Save ayoubjamouhi/3961214a13abb499b48ea72d7acf4b5d to your computer and use it in GitHub Desktop.
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