Skip to content

Instantly share code, notes, and snippets.

@bertini36
Created December 31, 2015 14:28
Show Gist options
  • Save bertini36/df58f5f935e98c508050 to your computer and use it in GitHub Desktop.
Save bertini36/df58f5f935e98c508050 to your computer and use it in GitHub Desktop.
tenant = Client(domain_url='public.saas.com',
schema_name='public',
name='Public',
paid_until='2014-12-05',
on_trial=True)
tenant.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment