Lifespark-Technologies / Infomed

Web portal that enables communication between hospitals and health authorities
MIT License
1 stars 1 forks source link

Should fix CI issue #93

Closed kaashmonee closed 4 years ago

kaashmonee commented 4 years ago

This PR should resolve the Django CI issue that was breaking in master. This updates the AppointmentSlot model by making the general_user and the hospital_user foreign keys nullable --- this means we can create AppointmentSlots without necessarily assigning it to any particular user.

Lifespark-Technologies commented 4 years ago

Looks good. Merging.