Add a generic message printing function.
[bloggy.git] / config.py
blob289c7b287f540477f18b0abe42057d41842a8d5b
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.