Project for Content Tech Contractor Interviews.
Run the following commands once to configure the application
pip install -r requirements.txt
python manage.py migrate
python manage.py loaddata datadump.json
python manage.py runserver
Admin: http://127.0.0.1:8000/admin
Username: admin
Password: admin
This project borrows liberally from the Django Girls Tutorial