You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is duplication of effort in your __str__ function. You are essentially duplicating the Developer and Skill __str__ function rather than utilizing what has already been written.
Use the ERD on the base readme of the repo to develop the ExtraCredit django model:
Do the following steps to complete the implementation
__str__
function to create a nicely formatted string to represent the objectThe text was updated successfully, but these errors were encountered: