ismail-s / fireblog

A basic blog (in Python)
https://ismail-s.github.io/fireblog
GNU General Public License v2.0
0 stars 0 forks source link

Don't call settings db checking functions at initialisation time #65

Closed ismail-s closed 8 years ago

ismail-s commented 8 years ago

Or at least, call them in a way which doesn't conflict with how uwsgi runs the web app. atm when there are issues with the settings db, uwsgi doesn't let stdout/stdin work for this function.