-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Create variousteams dashboard #74
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please remove
__pycache__
folder.
To remove pycache file now after commit please reference to this stackoverflow link: https://stackoverflow.com/a/71930352/16563091
@@ -0,0 +1,26 @@ | |||
#model schema creation for more functionality addition to sponsorship portal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see a new model here but no migrations for SponsorshipApplication
model. Please Add it.
Steps to add it
make migrations
after that
make migrate
and commit the migrations file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alright sir, i'll rectify this as well and get back to you
@@ -0,0 +1,18 @@ | |||
from django.db import models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see a new model here but no migrations file for SponsorshipApplication
, VolunteerTask
, StaffTask
. Please Add it.
Steps to add it
make migrations
after that
make migrate
and commit the migrations file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright sir , i was actually planning to do all that already as well, i just gave some samples code for you to see.
I'll correct that right away sir and get back to you
these are sample setups but to further work on we can improve templates rendering and testing to ensure work flow.
@Mariatta @@cmaureir kindly please review this, thank you.