mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 11:11:10 -05:00
good stuff
This commit is contained in:
@@ -11,6 +11,7 @@ class Park(models.Model):
|
||||
('CLOSED_PERM', 'Permanently Closed'),
|
||||
('UNDER_CONSTRUCTION', 'Under Construction'),
|
||||
('DEMOLISHED', 'Demolished'),
|
||||
('RELOCATED', 'Relocated'), # Added to match Ride model
|
||||
]
|
||||
|
||||
name = models.CharField(max_length=255)
|
||||
|
||||
Reference in New Issue
Block a user