Convert another print call to print_msg.
[bloggy.git] / config.py
blob80a032c11d6931b669cc7a90711c8cd9f3bf6f9e
1 DBPATH = "bloggy.db" # The path to the database.
3 TITLE = "A New Bloggy" # The name of your blog.
4 NUMPOSTS = 10 # The number of posts to display per page.
5 TOFFSET = 24 # The difference in time, in hours, between
6 # the server and client.
8 HEADER = TITLE
9 FOOTER = 'Powered by <a href="https://github.com/sjm/bloggy/">Bloggy</a>. Boom shakalaka!'