Closed dchukhin closed 5 years ago
This pull request makes the following changes in the org app:
org
Organization
name
slug
users
request.user
Also, I added the factory-boy and faker libraries, and tests for the above functionality.
factory-boy
faker
12
This pull request makes the following changes in the
org
app:Organization
model with the following fields:name
,slug
, andusers
request.user
's associated organizations on the org dashboard pageOrganization
that therequest.user
is associated withOrganization
automatically associates therequest.user
with itOrganization
gives it a unique slug based on its nameAlso, I added the
factory-boy
andfaker
libraries, and tests for the above functionality.