I\'m trying to create a Django project, and currently I have three models in use: the standard Django User, Review and Follow, given below:
class Review(model