Comment out the "check if the database is up to date" stuff
... it's presently causing session issues :\
This commit is contained in:
parent
f0e795df82
commit
31f8909f9b
@ -93,7 +93,9 @@ class MediaGoblinApp(object):
|
|||||||
self.db = setup_database(app_config['run_migrations'])
|
self.db = setup_database(app_config['run_migrations'])
|
||||||
|
|
||||||
# Quit app if need to run dbupdate
|
# Quit app if need to run dbupdate
|
||||||
check_db_up_to_date()
|
## NOTE: This is currently commented out due to session errors..
|
||||||
|
## We'd like to re-enable!
|
||||||
|
# check_db_up_to_date()
|
||||||
|
|
||||||
# Register themes
|
# Register themes
|
||||||
self.theme_registry, self.current_theme = register_themes(app_config)
|
self.theme_registry, self.current_theme = register_themes(app_config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user