gnsharma / django-hospital-app

A basic hospital website implemented in Django
0 stars 0 forks source link

Refactor Model #1

Closed priyankcommits closed 6 years ago

priyankcommits commented 6 years ago

Refactor Models to include a model for Doctor and separate one for Patient, you can get rid of is_doctor functionality, this will help adding further implementations easier

https://github.com/gnsharma/django-hospital-app/blob/74bc67d913baec5467ceb9d0d38882867a6cd010/app/models.py#L8

gnsharma commented 6 years ago

Refactored.