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

Feature/move settings db check to script #69

Closed ismail-s closed 8 years ago

ismail-s commented 8 years ago

Fixes #65 by combining the settings db check into the initialize_fireblog_db script, which now creates a db, updates a db and makes sure the settings table is valid, all in one go and without having to tell it what needs doing (eg if a db already exists, it won't create one, if the db is up to date, it won't update it, and so on).