- [x] Create document model with the following fields: - title - created_by - many to many field with member model - visibility - choices field and give three choices private,public,only members - time_stamp - time field that should be auto added - project - foreign key with projects model - [x] Create endpoints for creation,updation and deletion
Create document model with the following fields:
title
created_by - many to many field with member model
visibility - choices field and give three choices private,public,only members
time_stamp - time field that should be auto added
project - foreign key with projects model
Create endpoints for creation,updation and deletion