Not only the web server starts MediaGoblin app! Better phrasing.

This commit is contained in:
Christopher Allan Webber 2014-01-02 15:07:54 -06:00
parent e0bf6b4bf7
commit 64eab630bf

View File

@ -80,7 +80,7 @@ def check_db_up_to_date():
if migration_manager.database_current_migration is None or \
migration_manager.migrations_to_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__':