forked from 0x2620/pandora
./update.py dev fixes #1486
This commit is contained in:
parent
0a94e04958
commit
dd72842dd1
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ if __name__ == "__main__":
|
||||||
run('./manage.py', 'update_static')
|
run('./manage.py', 'update_static')
|
||||||
run('./manage.py', 'compile_pyc')
|
run('./manage.py', 'compile_pyc')
|
||||||
elif not development:
|
elif not development:
|
||||||
print 'pan.do/ra is up to date, run "./update development" to update to the current development version'
|
print 'pan.do/ra is up to date, run "./update dev" to update to the current development version'
|
||||||
diff = get('./manage.py', 'sqldiff', '-a').strip()
|
diff = get('./manage.py', 'sqldiff', '-a').strip()
|
||||||
if diff != '-- No differences':
|
if diff != '-- No differences':
|
||||||
print 'Database has changed, please make a backup and run ./update.py database'
|
print 'Database has changed, please make a backup and run ./update.py database'
|
||||||
|
|
Loading…
Reference in a new issue