Skip to content

Instantly share code, notes, and snippets.

@bradtraversy
bradtraversy / django_cheat_sheet.md
Last active May 28, 2024 11:57
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