We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updation of project model
Add domain field
Add document field -many to many to document model
Add is_team field -boolean field
Add project_lead - foreign key with member
Add contributors - many to many field with member model -Add project_status-choices field with a default value
Updation of event model
Add domain field- foreign key with domain
add event_lead -foreign key with member
add organiser-many to many with member
Also create and update the existing views for the same with required access as discussed for domain model
The text was updated successfully, but these errors were encountered:
Anonymous2610
Successfully merging a pull request may close this issue.
Updation of project model
Add domain field
Add document field -many to many to document model
Add is_team field -boolean field
Add project_lead - foreign key with member
Add contributors - many to many field with member model
-Add project_status-choices field with a default value
Updation of event model
Add domain field- foreign key with domain
add event_lead -foreign key with member
add organiser-many to many with member
Also create and update the existing views for the same with required access as discussed for domain model
The text was updated successfully, but these errors were encountered: