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