User management app
|
Class for Meal table creation attributes - mealType, price. More...
Public Member Functions | |
def | __str__ (self) |
Static Public Attributes | |
mealType = models.CharField(max_length=1, choices=[('B','breakfast'),('L','lunch'),('S','snacks'),('D','dinner')], primary_key=True) | |
price = models.IntegerField(default = 60) | |
Class for Meal table creation attributes - mealType, price.