mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
7 years ago
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
from django.core.management.base import BaseCommand |
|||
|
|||
from sapl.legacy.scripts.ressucita_dependencias import adiciona_ressucitar |
|||
|
|||
|
|||
class Command(BaseCommand): |
|||
|
|||
help = 'Ressucita dependências apagadas ' \ |
|||
'que são necessárias para migrar outros registros' |
|||
|
|||
def handle(self, *args, **options): |
|||
adiciona_ressucitar() |
Loading…
Reference in new issue