From: Christopher Allan Webber Date: Thu, 2 Jan 2014 21:07:54 +0000 (-0600) Subject: Not only the web server starts MediaGoblin app! Better phrasing. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=64eab630bf99e4d92e567628dbfc7cecf4cc27c4;p=mediagoblin.git Not only the web server starts MediaGoblin app! Better phrasing. --- diff --git a/mediagoblin/db/util.py b/mediagoblin/db/util.py index 19e23d7f..aba9c59c 100644 --- a/mediagoblin/db/util.py +++ b/mediagoblin/db/util.py @@ -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__':