Open atalaybaysal opened 6 years ago
The same error for me: python 3.4, django 1.11.7 and postgresql 9.4.12
Public tenant uses the default public schema. Make sure your database user has the CREATE SCHEMA rights to create additional tenant schemas.
Thanks!
Thanks!
Created command for create public tenant and it created it without problem. Then i try create a customer tenant via endpoint and i get following error
Using python 3.6.4, django 2.0.2 and postgresql 9.6