Skip to content

Instantly share code, notes, and snippets.

@WillianFuks
Last active June 29, 2021 19:53
Show Gist options
  • Select an option

  • Save WillianFuks/a46e0bfcb497a548915c81b598974447 to your computer and use it in GitHub Desktop.

Select an option

Save WillianFuks/a46e0bfcb497a548915c81b598974447 to your computer and use it in GitHub Desktop.
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