Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

root / entrouvert / djommon @ 9c67cb92

Name Size Revision Age Author Comment
  email_backends a1790511 almost 11 years Benjamin Dauvergne add a sinkhole email backend It makes all mail...
  humantime ab06cb99 over 10 years Benjamin Dauvergne humantime: convert datetime to current timezone...
  locale b37a6fc5 over 11 years Benjamin Dauvergne eohumanize: template tags for eo applications
  management 87131a80 almost 10 years Thomas Noël move safemigrate in entrouvert.djommon app (#57...
  multitenant cd1fa561 almost 10 years Thomas Noël add safemigrate_schemas command (#5791)
  serializers 6ec2e241 over 10 years Benjamin Dauvergne djommon/serializers/json: fix missing import an...
  templatetags 7aa873d2 over 11 years Frédéric Péters trivial: do not use an intermediary variable fo...
__init__.py 0 Bytes 6c835b8f over 11 years Benjamin Dauvergne start a djommon django application
middleware.py 2.47 KB 698c4ef1 about 10 years Jérôme Schneider middleware: match url /__version__ *or* /__vers...
models.py 0 Bytes 6c835b8f over 11 years Benjamin Dauvergne start a djommon django application
urlconf.py 1.15 KB cffad1de over 11 years Benjamin Dauvergne djommon: add decorated_include utility extracte...

Latest revisions

# Date Author Comment
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)

87131a80 23 October 2014 08:29 PM Thomas Noël

move safemigrate in entrouvert.djommon app (#5781)

entrouvert.djommon.safemigrate app was just superfluous.

bf1da717 23 October 2014 08:23 PM Thomas Noël

improve safemigrate command (#5781)

better readability, handle verbosity, prepare for safemigrate_schema

60ab23dd 22 October 2014 03:27 PM Thomas Noël

add safemigrate command (#5781)

manage.py "safely" migrate a projet :
  • syncdb
  • for each app installed, with migrations available but never migrated:
    migrate --fake <app> 0001
  • migrate
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'
b7f756de 12 September 2014 12:02 PM Benjamin Dauvergne

Add tests on multitenants features (fixes #5106)

fbed23e8 12 September 2014 12:02 PM Benjamin Dauvergne

Add command list_tenants (fixes #5044)

refs #5106

View revisions

Also available in: Atom