Skip to content

Instantly share code, notes, and snippets.

@michaelvdnest
Last active August 18, 2020 18:36
Show Gist options
  • Save michaelvdnest/6adf1de40f1e2e3438375a7ca901ee78 to your computer and use it in GitHub Desktop.
Save michaelvdnest/6adf1de40f1e2e3438375a7ca901ee78 to your computer and use it in GitHub Desktop.
Create django app
mkdir [project]
cd [project]
pipenv shell
pipenv install Django
python
>>> import django
>>> print(django.get_version())
python -m django --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment