wording, fixes #1636
This commit is contained in:
parent
53a2ce81b8
commit
19f4b3d1d3
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ if __name__ == "__main__":
|
|||
run('./manage.py', 'update_static')
|
||||
run('./manage.py', 'compile_pyc')
|
||||
if not development:
|
||||
print 'pan.do/ra is up to date, run "./update dev" to update to the current development version'
|
||||
print 'pan.do/ra is at the latest stable release, you can run "./update dev" to update to the 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 db'
|
||||
|
|
Loading…
Reference in a new issue