소스 검색

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') }