Django - Class Material - Class 3

Setup Instructions

# You can pick another name if you want. But make sure you're using Python 3
$ mkvirtualenv my-django-env -p /usr/bin/python3

# Install requirements
$ pip install -r requirements.txt

Run Server

$ make runserver