Final project for Harvard's CS 279r in Fall 2020.
- When you make edits: make sure to run
python3 manage.py makemigrationsfollowed bypython3 manage.py migrate. - When you run the server:
python3 manage.py runserver. - Virtualenv: source ~/eb-virt/bin/activate
- Pip freeze: pip3 freeze > requirements.txt