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
Apply the good practice of using a custom user model from the beginning.
📕Context
Good Django practice is to use a custom user model from the very beginning of a project. The template currently doesn't do that, which means any user of the template has to do so.
🎯Aim
Apply the good practice of using a custom user model from the beginning.
📕Context
Good Django practice is to use a custom user model from the very beginning of a project. The template currently doesn't do that, which means any user of the template has to do so.
📝Relevant resources/doc's/people
Random links:
✅Acceptance Criteria
accounts
app maybe?) and is set up by default.The text was updated successfully, but these errors were encountered: