Not only the web server starts MediaGoblin app! Better phrasing.
This commit is contained in:
parent
e0bf6b4bf7
commit
64eab630bf
@ -80,7 +80,7 @@ def check_db_up_to_date():
|
|||||||
if migration_manager.database_current_migration is None or \
|
if migration_manager.database_current_migration is None or \
|
||||||
migration_manager.migrations_to_run():
|
migration_manager.migrations_to_run():
|
||||||
sys.exit("Your database is not up to date. Please run "
|
sys.exit("Your database is not up to date. Please run "
|
||||||
"'gmg dbupdate' before starting the webserver.")
|
"'gmg dbupdate' before starting MediaGoblin.")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user