sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

Update broken links and author field #161

Open onlyphantom opened 3 years ago

onlyphantom commented 3 years ago

Additionally updated the foreign key reference to User model using django's recommendation. Current implementation will raise an error on user since it now requires an on_delete value