./update.py dev fixes #1486

This commit is contained in:
j 2013-04-26 13:29:34 +00:00
parent 0a94e04958
commit dd72842dd1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ if __name__ == "__main__":
run('./manage.py', 'update_static')
run('./manage.py', 'compile_pyc')
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()
if diff != '-- No differences':
print 'Database has changed, please make a backup and run ./update.py database'