mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
6 years ago
2 changed files with 17 additions and 17 deletions
@ -1,11 +0,0 @@ |
|||||
from django.core.management.base import BaseCommand |
|
||||
|
|
||||
from sapl.legacy.migracao_documentos import migrar_documentos |
|
||||
|
|
||||
|
|
||||
class Command(BaseCommand): |
|
||||
|
|
||||
help = 'Migração documentos do SAPL 2.5 para o SAPL 3.1' |
|
||||
|
|
||||
def handle(self, *args, **options): |
|
||||
migrar_documentos() |
|
Loading…
Reference in new issue