Last active
June 29, 2021 19:53
-
-
Save WillianFuks/a46e0bfcb497a548915c81b598974447 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
| python3.8 -m venv .env | |
| source .env/bin/activate | |
| pip install django django-sslserver djwto requests | |
| django-admin startproject djwto_project . | |
| python manage.py makemigrations | |
| python manage.py migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment