From d8b98f61b2c8669f786ee3a0bcf9d9696343ce48 Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Thu, 18 Aug 2016 13:06:25 -0400 Subject: [PATCH] Fix README formatting --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 5f81bb97..c581361c 100644 --- a/README.rst +++ b/README.rst @@ -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})