Skip to content

Instantly share code, notes, and snippets.

@devichalla
devichalla / Django v3 Cheat Sheet.md
Created June 21, 2025 12:40 — forked from LondheShubham153/Django v3 Cheat Sheet.md
This is a cheat sheet for Django commands to make your life much easier and your Django Commands much handy

Django Cheat Sheet

# Install virtualenv
pip install virtualenv
# Create env
virtualenv -p python3 env