Skip to content

Instantly share code, notes, and snippets.

View AnubhavMadhav's full-sized avatar
🎯
Progressing!!

Anubhav Madhav AnubhavMadhav

🎯
Progressing!!
View GitHub Profile
@AnubhavMadhav
AnubhavMadhav / django_crash_course.MD
Created September 17, 2019 19:10 — forked from bradtraversy/django_crash_course.MD
Commands for Django 2.x Crash Course

Django Crash Course Commands

# Install pipenv
pip install pipenv
# Create Venv
pipenv shell