Projet

Général

Profil

0001-multitenant-redefine-shell-as-tenant-aware-24661.patch

Frédéric Péters, 20 juin 2018 10:21

Télécharger (856 octets)

Voir les différences:

Subject: [PATCH] multitenant: redefine shell as tenant aware (#24661)

 hobo/multitenant/management/commands/shell.py | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 hobo/multitenant/management/commands/shell.py
hobo/multitenant/management/commands/shell.py
1
from hobo.multitenant.management.commands import TenantWrappedCommand
2
from django.core.management.commands import shell
3

  
4

  
5
class Command(TenantWrappedCommand):
6
    COMMAND = shell.Command
0
-