1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-30 02:01:07 +02:00

make things cleaner

This commit is contained in:
Pierre-antoine Comby
2020-05-26 23:53:13 +02:00
parent 985f7c7bcd
commit 5af336fff3
4 changed files with 5 additions and 4 deletions

View File

@ -14,5 +14,5 @@ class Command(BaseCommand):
subprocess.call("./apps/scripts/shell/tabularasa")
call_command('import_account', alias=True, chunk=1000, save = "map.json")
call_command('import_activities', chunk=100, map="map.json")
call_command('import_transaction', buttons=True, map="map.json")
call_command('import_transaction', chunk=10000, buttons=True, map="map.json")
#