diff fabfile.py @ 11:75a003a548c4

Added a script to create a new post by answering questions.
author Brian Neal <bgneal@gmail.com>
date Sun, 02 Feb 2014 13:07:15 -0600
parents c4ec6945bb86
children
line wrap: on
line diff
--- a/fabfile.py	Sun Feb 02 11:32:13 2014 -0600
+++ b/fabfile.py	Sun Feb 02 13:07:15 2014 -0600
@@ -58,3 +58,8 @@
         local_dir=DEPLOY_PATH.rstrip('/') + '/',
         delete=True
     )
+
+def new_post():
+    """Create a new post by answering questions interactively"""
+    local('python tools/new_post.py')
+