Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Add honcho to manage.py syncdb/superuser commands #106

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down