mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
6 years ago
2 changed files with 9 additions and 2 deletions
@ -0,0 +1,8 @@ |
|||||
|
from django.core.management.base import BaseCommand |
||||
|
|
||||
|
from sapl.legacy.migracao import tenta_correcao |
||||
|
|
||||
|
|
||||
|
class Command(BaseCommand): |
||||
|
def handle(self, *args, **options): |
||||
|
tenta_correcao() |
Loading…
Reference in new issue