Skip to content

Commit

Permalink
Fix README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Aug 18, 2016
1 parent 6063601 commit d8b98f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ There are three models:
easy to enforce ownership from within the organization's membership.

The underlying organizations API is simple::

>>> from organizations.utils import create_organization
>>> chris = User.objects.get(username="chris")
>>> soundgarden = create_organization(chris, "Soundgarden", org_user_defaults={'is_admin': True})
Expand Down

0 comments on commit d8b98f6

Please sign in to comment.