GeekHaven / Forum-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Organization model

pankaj1707k opened this issue · comments

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.