Skip to content

Instantly share code, notes, and snippets.

@thom-treebus
thom-treebus / README.md
Created November 22, 2021 09:57 — forked from kaushik-chinta/README.md
A list of django and python commands.

Kaushik's Django Command Guide

Note: if python3 or pip3 are not recognized use python and pip instead for the command

Note: * next a section means that all the commands under that section need to be ran on every clone of the repository

Installing dependencies*

It is recommended to install this in a virtual environment. To do this after you have clone the repository (and have ran cd to go into it) run: