Skip to content

Instantly share code, notes, and snippets.

View saegeullee's full-sized avatar

saegeullee saegeullee

View GitHub Profile
@saegeullee
saegeullee / django_cheat_sheet.md
Created October 9, 2019 17:40 — forked from bradtraversy/django_cheat_sheet.md
Django command cheat sheet

Django 2.x Cheat Sheet

Creating a virtual environment

We need to create a virtual env for our app to run in: More Here Run this command in whatever folder you want to create your venv folder

python -m venv ./venv