fixing the home page

This commit is contained in:
pacnpal
2024-11-06 19:09:56 +00:00
parent 3026ab55a0
commit 4899d08cfb
8 changed files with 28 additions and 16 deletions

View File

@@ -47,8 +47,8 @@ class Park(HistoricalModel):
average_rating = models.DecimalField(
max_digits=3, decimal_places=2, null=True, blank=True
)
total_rides = models.IntegerField(null=True, blank=True)
total_roller_coasters = models.IntegerField(null=True, blank=True)
ride_count = models.IntegerField(null=True, blank=True)
coaster_count = models.IntegerField(null=True, blank=True)
# Relationships
owner = models.ForeignKey(