Explorar el Código

add a small task

Oz N Tiram hace 9 años
padre
commit
9456770567
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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') }