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