always advertise dev flag, fixes #1522
This commit is contained in:
parent
0f441fc0fa
commit
83ea183d4b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if __name__ == "__main__":
|
||||||
if current != new:
|
if current != new:
|
||||||
run('./manage.py', 'update_static')
|
run('./manage.py', 'update_static')
|
||||||
run('./manage.py', 'compile_pyc')
|
run('./manage.py', 'compile_pyc')
|
||||||
elif not development:
|
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 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':
|
||||||
|
|
Loading…
Reference in a new issue