Skip to content
Snippets Groups Projects
Commit f2c979ac authored by Carlos Vega's avatar Carlos Vega
Browse files

format

parent 5e979b18
No related branches found
No related tags found
1 merge request!178Feature/import data pdp
......@@ -16,9 +16,7 @@ class AppointmentType(models.Model):
code = models.CharField(max_length=20,
verbose_name='Appointment code'
)
description = models.CharField(max_length=2000,
verbose_name='Appointment description'
)
description = models.CharField(max_length=2000, verbose_name='Appointment description')
default_duration = models.IntegerField(
verbose_name='Default duration (in minutes)'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment