From 307a7be21b0277e0b5483d0e493bb77cdcf4f6b1 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Thu, 30 Oct 2014 14:44:59 -0500 Subject: [PATCH] Add honcho to manage.py syncdb/superuser commands --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 9e8a8d5..bd5f3e2 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -57,10 +57,10 @@ Run in a terminal: createdb botbot echo "create extension hstore" | psql botbot - manage.py syncdb --migrate + honcho run manage.py syncdb --migrate # You'll need a staff account for creating a bot and registering channels - manage.py createsuperuser + honcho run manage.py createsuperuser Redis needs to be running prior to starting the BotBot services. For example: