automatically gives su roles to developers
This commit is contained in:
parent
9e8d0901d1
commit
71ec40cd95
|
@ -12,7 +12,7 @@ class Command(BaseCommand):
|
||||||
|
|
||||||
def handle(self, *args, **kwargs):
|
def handle(self, *args, **kwargs):
|
||||||
subprocess.call("./apps/scripts/shell/tabularasa")
|
subprocess.call("./apps/scripts/shell/tabularasa")
|
||||||
call_command('import_account', alias=True, chunk=1000, save = "map.json")
|
call_command('import_account', alias=True, chunk=5000, save = "map.json")
|
||||||
call_command('import_activities', chunk=100, map="map.json")
|
call_command('import_activities', chunk=5000, map="map.json")
|
||||||
call_command('import_transaction', chunk=10000, buttons=True, map="map.json")
|
call_command('import_transaction', chunk=5000, buttons=True, map="map.json")
|
||||||
#
|
call_command('make_su', 'Coq', 'erdnaxe', 'PAC', 'Pollion', 'ÿnérant')
|
||||||
|
|
Loading…
Reference in New Issue