diff bitsyblog/factory.py @ 73:e6055bf127eb

fix details necessary to make tweeting work...muahaha
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 08 Jul 2010 11:13:08 -0700
parents 0c98d1c2c6df
children 51b49bc484ff
line wrap: on
line diff
--- a/bitsyblog/factory.py	Thu Jul 08 10:48:13 2010 -0700
+++ b/bitsyblog/factory.py	Thu Jul 08 11:13:08 2010 -0700
@@ -4,15 +4,16 @@
 from paste.httpexceptions import HTTPExceptionHandler
 
 # accepted configuration keys, e.g. 'bitsyblog.file_dir'
-config = set(['file_dir', 
-              'date_format', 
-              'subject', 
-              'n_links', 
-              'help_file', 
-              'header', 
-              'template_directories', 
-              'feed_items',
-              ])
+config = set(BitsyBlog.defaults.keys())
+# config = set(['file_dir', 
+#               'date_format', 
+#               'subject', 
+#               'n_links', 
+#               'help_file', 
+#               'header', 
+#               'template_directories', 
+#               'feed_items',
+#               ])
 
 def get_args(app_conf):
     """return arguments for bitsyblog and its handlers"""