- Python 3.6 & up
- Virtual Environment (pipenv or virtualenv)
- Coding with macOS (course)
- 30 Days of Python (project)
- Getting Started with HTML & CSS (project)
- Bootstrap Basics (project)
- Windows: https://kirr.co/6r8wr9
- Mac: https://kirr.co/386c7f
- Linux: https://kirr.co/c3uvuu
cd /path/to/dev/folder
mkdir try_django
cd try_django
pipenv --python 3.6 install django==2.2
pipenv shell
Don't have pipenv? Check out this guide
cd /path/to/dev/folder
mkdir src
cd src
django-admin startproject try_django .
I've used Sublime Text for a long time. This is optional but recommended as you work through the videos. Download it on https://www.sublimetext.com/
- Getting started with CFE
- System Setup
- Windows: https://kirr.co/6r8wr9
- Mac: https://kirr.co/386c7f
- Linux: https://kirr.co/c3uvuu
- Blank Django Project
- Official Code Repo