thatonearchguy / gsb-ticketing

Ticketing platform for the Girton Spring Ball.
MIT License
0 stars 0 forks source link

Fix hardcoded kind attribute #9

Open thatonearchguy opened 8 months ago

thatonearchguy commented 8 months ago

Apparently this is hardcoded, line 178 models.py kind = models.ForeignKey( UserKind, on_delete=models.CASCADE, related_name='users', default=5 )