Skip to content

Commit

Permalink
Actualizo models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CandelAbregu committed Jun 5, 2024
1 parent ad8b26f commit 794cdf9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@


class CityEnum(models.TextChoices):
LA_PLATA = 'La Plata',
"""""
Enumeracion de la Ciudad
"""""
LA_PLATA = 'La Plata',
BERISSO = 'Berisso',
ENSENADA = 'Ensenada',

Expand Down Expand Up @@ -613,4 +616,4 @@ def update_medicine(self, medicine_data):

self.save()
return True, None
main

0 comments on commit 794cdf9

Please sign in to comment.