I am trying to create my model.py with a many to many relationship between 2 tables as per the Django practice like follows:
class Options(models.Model):