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

Add a settings page #5

Closed ismail-s closed 8 years ago

ismail-s commented 9 years ago

Need to be able to change blog title, theme.

ismail-s commented 8 years ago

So far, I've added a settings class thing which abstracts the db away, presenting a dict interface. The class also has caching.

ismail-s commented 8 years ago

The main thing remaining now is to update the tests, and add tests for the settings page.

ismail-s commented 8 years ago

Existing tests have been fixed, just need to add new tests and remove redundant code.