Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

root / entrouvert / djommon / multitenant @ bb762ce4

Name Size Revision Age Author Comment
  management bb762ce4 almost 10 years Thomas Noël tenants in TENANT_BASE/hostname (#6398)
README 1.54 KB 1d6a0108 over 10 years Serghei Mihai readme updated
__init__.py 0 Bytes e62d56fc almost 11 years Benjamin Dauvergne multitenenant extension
middleware.py 6.82 KB bb762ce4 almost 10 years Thomas Noël tenants in TENANT_BASE/hostname (#6398)
models.py 292 Bytes e8304bf1 over 10 years Benjamin Dauvergne Make tenant model non savable refs #5106
storage.py 819 Bytes bb762ce4 almost 10 years Thomas Noël tenants in TENANT_BASE/hostname (#6398)
template_loader.py 4.9 KB bb762ce4 almost 10 years Thomas Noël tenants in TENANT_BASE/hostname (#6398)
tests.py 4.84 KB c370a248 about 10 years Benjamin Dauvergne Add tenant based storage handler (fixes #5501) ...
views.py 26 Bytes e62d56fc almost 11 years Benjamin Dauvergne multitenenant extension

Latest revisions

# Date Author Comment
bb762ce4 03 February 2015 05:35 PM Thomas Noël

tenants in TENANT_BASE/hostname (#6398)

1f642209 03 February 2015 05:34 PM Thomas Noël

migrate_schemas: use django 1.7 if available (#6388)

c1f66c77 26 January 2015 07:01 PM Serghei Mihai

tenant object passed to context manager.
"deploy tenant" method should be called with three parameters

Closes #6340

d2ffb5af 23 January 2015 06:50 PM Benjamin Dauvergne

Add a generic command to deploy service tenants from hobo (#6340)

It must be overloaded by applications.

1b18c2d9 20 November 2014 10:08 AM Jérôme Schneider

middleware: PythonSettingsMiddleware overload FileBasedTenantSettingBaseMiddleware and not JSONSettingsMiddleware

Closes #5972

cd1fa561 24 October 2014 04:36 PM Thomas Noël

add safemigrate_schemas command (#5791)

3a139634 24 October 2014 04:06 PM Thomas Noël

sync_schemas: notice syncdb before doing it (fix)

7e82bd8e 17 October 2014 06:08 PM Jérôme Schneider

multitenant: add a command to create tenant(s) by hostname

Closes #5759

ce71993c 18 September 2014 02:26 PM Benjamin Dauvergne

In management commands of multitenant app rename variable schema_name as domain

c370a248 15 September 2014 09:25 AM Benjamin Dauvergne

Add tenant based storage handler (fixes #5501)

To use it, add this to your settings.py:

DEFAULT_FILE_STORAGE = 'entrouvert.djommon.multitenant.storage.TenantFileSystemStorage'

View revisions

Also available in: Atom