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