Add /game view and fix scraper not adding Owner

This commit is contained in:
2024-08-22 06:06:58 +02:00
parent 6d5821d0aa
commit 8f68b38116
6 changed files with 184 additions and 26 deletions

View File

@ -107,7 +107,7 @@ class TimeBasedDrop(models.Model):
class Benefit(models.Model):
"""This is the benefit we will see on the front end."""
"""Benefits are the rewards for the drops."""
id = models.TextField(primary_key=True) # "d5cdf372-502b-11ef-bafd-0a58a9feac02"
created_at = models.DateTimeField(null=True, auto_created=True) # "2024-08-11T00:00:00Z"