mirror of https://github.com/interlegis/sapl.git
Luciano Henrique Nunes de Almeida
8 years ago
committed by
GitHub
4 changed files with 10 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
from django.core.management.base import BaseCommand |
||||
|
from sapl.legacy import migration |
||||
|
|
||||
|
|
||||
|
class Command(BaseCommand): |
||||
|
help = u'Faz a migração de dados do SAPL 2.5 para o SAPL 3.1' |
||||
|
|
||||
|
def handle(self, *args, **options): |
||||
|
migration.migrate() |
Loading…
Reference in new issue