Skip to content

Instantly share code, notes, and snippets.

View GameCoder22's full-sized avatar
🏠
Working from home

GameCoder22

🏠
Working from home
View GitHub Profile
@GameCoder22
GameCoder22 / django_cheat_sheet.md
Created March 19, 2022 19:41 — forked from amani-joseph/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