Skip to content

Instantly share code, notes, and snippets.

@s9gf4ult
Created August 18, 2015 09:04
Show Gist options
  • Save s9gf4ult/0036591e377a1adb6dd1 to your computer and use it in GitHub Desktop.
Save s9gf4ult/0036591e377a1adb6dd1 to your computer and use it in GitHub Desktop.
class Reception(models.Model):
doctor_id = models.ForeignKey(Doctor)
patient_id = models.ForeignKey(Patient)
day = models.DateField(max_length=140)
time_from = models.TimeField()
time_to = models.TimeField()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment