django-tenant-users
Contents
Installation
Using django-tenant-users
Core Concepts
Models Reference
Permissions Reference
Utility Reference
Contributing to Django Tenant Users
django-tenant-users
Index
Index
A
|
C
|
D
|
E
|
G
|
H
|
I
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
U
A
abstract (PermissionsMixinFacade.Meta attribute)
(TenantBase.Meta attribute)
(UserProfile.Meta attribute)
add_user() (TenantBase method)
auto_create_schema (TenantBase attribute)
auto_drop_schema (TenantBase attribute)
C
create_public_tenant() (in module tenant_users.tenants.utils)
create_superuser() (UserProfileManager method)
create_user() (UserProfileManager method)
created (TenantBase attribute)
created_at (UserTenantPermissions attribute)
D
delete() (TenantBase method)
(UserProfile method)
delete_tenant() (TenantBase method)
delete_user() (UserProfileManager method)
E
email (UserProfile attribute)
G
get_all_permissions() (PermissionsMixinFacade method)
get_current_tenant() (in module tenant_users.tenants.utils)
get_full_name() (UserProfile method)
get_group_permissions() (PermissionsMixinFacade method)
get_next_by_created() (TenantBase method)
get_next_by_modified() (TenantBase method)
get_previous_by_created() (TenantBase method)
get_previous_by_modified() (TenantBase method)
get_short_name() (UserProfile method)
groups (UserTenantPermissions attribute)
H
has_module_perms() (PermissionsMixinFacade method)
has_perm() (PermissionsMixinFacade method)
has_perms() (PermissionsMixinFacade method)
has_tenant_permissions() (PermissionsMixinFacade method)
has_verified_email() (UserProfile method)
I
id (UserTenantPermissions attribute)
is_active (UserProfile attribute)
is_staff (PermissionsMixinFacade attribute)
(UserTenantPermissions attribute)
is_superuser (PermissionsMixinFacade attribute)
(UserTenantPermissions attribute)
is_verified (UserProfile attribute)
L
last_login (UserProfile attribute)
M
modified (TenantBase attribute)
modified_at (UserTenantPermissions attribute)
module
tenant_users.tenants.tasks
tenant_users.tenants.utils
O
objects (UserProfile attribute)
(UserTenantPermissions attribute)
owner (TenantBase attribute)
owner_id (TenantBase attribute)
P
password (UserProfile attribute)
PermissionsMixinFacade (class in tenant_users.permissions.models)
PermissionsMixinFacade.Meta (class in tenant_users.permissions.models)
pk (PermissionsMixinFacade attribute)
profile (UserTenantPermissions attribute)
profile_id (UserTenantPermissions attribute)
provision_tenant() (in module tenant_users.tenants.tasks)
R
remove_user() (TenantBase method)
S
schema_name (TenantBase attribute)
slug (TenantBase attribute)
T
tenant_perms (PermissionsMixinFacade attribute)
tenant_users.tenants.tasks
module
tenant_users.tenants.utils
module
TenantBase (class in tenant_users.tenants.models)
TenantBase.Meta (class in tenant_users.tenants.models)
tenants (UserProfile attribute)
transfer_ownership() (TenantBase method)
U
user_permissions (UserTenantPermissions attribute)
USERNAME_FIELD (UserProfile attribute)
UserProfile (class in tenant_users.tenants.models)
UserProfile.Meta (class in tenant_users.tenants.models)
UserProfileManager (class in tenant_users.tenants.models)
UserTenantPermissions (class in tenant_users.permissions.models)
UserTenantPermissions.DoesNotExist
UserTenantPermissions.MultipleObjectsReturned