瀏覽代碼

add a small task

Oz N Tiram 9 年之前
父節點
當前提交
9456770567
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      conf.py

+ 1 - 0
conf.py

@@ -26,6 +26,7 @@ CONFIG = {
     }
 
 
+# TODO replace this with a namedtuple for a more convinient access and safety
 DB = {'posts': db.table('posts'), 'tags': db.table('tags'),
       'pages': db.table('pages'), 'templates': db.table('templates') }