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
Create a model named Profile in the accounts app.
Fields: About (Multi-line text field).
It should have a many-to-one relationship with the User model (provided by django). Also register the model on the admin site.
The text was updated successfully, but these errors were encountered:
Create a model named
Profile
in the accounts app.Fields:
About
(Multi-line text field).It should have a many-to-one relationship with the
User
model (provided by django). Also register the model on the admin site.The text was updated successfully, but these errors were encountered: