Skip to content

Instantly share code, notes, and snippets.

@ilkerkaan
ilkerkaan / django_cheat_sheet.md
Last active February 3, 2019 20:22 — 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