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