⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Python Entrouvert
All Projects
Python Entrouvert
Overview
Activity
Issues
Wiki
Repository
Download (292 Bytes)
Statistics
| Branch:
debian
master
| Tag:
debian/1.1-1
v1.0
v1.1
v1.2
v1.3
v2
v3
v3.0
v4.0
v5.0
v6.0
v6.1.0
v6.2.0
v7.0.0
v7.1.0
| Revision:
root
/
entrouvert
/
djommon
/
multitenant
/
models.py
@ ccec1ff4
View
History
Annotate
from
tenant_schemas.models
import
TenantMixin
class
Tenant
(
TenantMixin
):
# default true, schema will be automatically created and synced when it is saved
auto_create_schema
=
False
def
save
(
self
):
pass
def
__unicode__
(
self
):
return
u
'%s'
%
self
.
schema_name
« Previous
1
2
3
4
5
6
7
Next »
(4-4/7)
Loading...