forked from 0x2620/pandora
improve output of ./update.py database, fixes #1325
This commit is contained in:
parent
5a5f3078eb
commit
73cd5dbaa0
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ if __name__ == "__main__":
|
|||
os.chdir(join(base, 'pandora'))
|
||||
if get('./manage.py', 'south_installed').strip() == 'yes':
|
||||
run('./manage.py', 'syncdb')
|
||||
print '\nRunning "./manage.py migrate"\n'
|
||||
run('./manage.py', 'migrate')
|
||||
run('./manage.py', 'sync_itemsort')
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue