From e6c06861c458fc5bbad60525bcd1efc353168222 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 22 Jun 2017 21:01:10 -0400 Subject: [PATCH] Add reference to run interface servers in docs. (#680) My mistake, I forgot to make a link to the section before referencing it. Added a link to the "Run Interface Servers" section. --- docs/deploying.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deploying.rst b/docs/deploying.rst index d347da2..95ba5d1 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -136,6 +136,8 @@ Or telling a worker to ignore all messages on the "thumbnail" channel:: python manage.py runworker --exclude-channels=thumbnail +.. _run-interface-servers: + Run interface servers ---------------------