Ver código fonte

add a small task

Oz N Tiram 9 anos atrás
pai
commit
9456770567
1 arquivos alterados com 1 adições e 0 exclusões
  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') }