JumboCode / OCCUR

MIT License
2 stars 0 forks source link

Set up django models #4

Closed Kmukasa closed 3 years ago

Kmukasa commented 3 years ago

The Django model is a class that represents a table or collection in our database. The fields in the database will represent the resources that OCCUR and other non-profits provide the community. Given the details outlined by the client, the models should have the given fields in the attached image. The task includes:

This is a crucial task, as we cannot move on creating the requests for the API without it! ERD for OCCUR Resources

Kmukasa commented 3 years ago

Completed Django models