New generic install from both PyPi and Github result in an error when running
python manage.py runserver:
`
File "/home/bandman/code/findscience/env/lib/python3.6/site-packages/review/models.py", line 22, in
class Review(models.Model):
File "/home/bandman/code/findscience/env/lib/python3.6/site-packages/review/models.py", line 42, in Review
content_type = models.ForeignKey(ContentType)
TypeError: init() missing 1 required positional argument: 'on_delete'
`
New generic install from both PyPi and Github result in an error when running
python manage.py runserver:`
File "/home/bandman/code/findscience/env/lib/python3.6/site-packages/review/models.py", line 22, in
File "/home/bandman/code/findscience/env/lib/python3.6/site-packages/review/models.py", line 42, in Review
TypeError: init() missing 1 required positional argument: 'on_delete'
`