mirror of
https://github.com/bspeice/UNCCGameDay-Server
synced 2025-07-12 11:15:18 -04:00
Remove the settings.py file (for security)
Also get the rate lot totally working
This commit is contained in:
@ -84,6 +84,6 @@ class ParkingRating(models.Model):
|
||||
RATING_FULL: 100,
|
||||
}
|
||||
|
||||
rating = models.CharField(max_length=10, choices=RATING_CHOICES)
|
||||
rating = models.CharField(max_length=3, choices=RATING_CHOICES)
|
||||
created = models.DateTimeField(default=datetime.now)
|
||||
parking_lot = models.ForeignKey(ParkingLot)
|
||||
|
Reference in New Issue
Block a user