split documentsort into it's own manage.py command, does not get applied during install otherwise

This commit is contained in:
j 2017-10-24 21:28:22 +02:00
commit 7521467975
4 changed files with 29 additions and 3 deletions

View file

@ -107,6 +107,7 @@ if __name__ == "__main__":
run('./manage.py', 'migrate', '--noinput')
run('./manage.py', 'sqlfindindex')
run('./manage.py', 'sync_itemsort')
run('./manage.py', 'sync_documentsort')
reload_notice(base)
elif len(sys.argv) == 2 and sys.argv[1] == 'static':
os.chdir(join(base, 'pandora'))