From 49e407f1c25e5d5398f36e1bc17901cd0b8361b7 Mon Sep 17 00:00:00 2001 From: Ilan Date: Mon, 13 Jul 2015 17:57:17 +0200 Subject: [PATCH] docs: some tweaks --- docs/examples.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/examples.rst b/docs/examples.rst index 45d9024..0ec41de 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -34,6 +34,8 @@ Sending an email can take a while so why not queue it:: # this schedule will erase itself after having run +Since you're only telling Django Q to take care of the emails, you can quickly move on to serving web pages to your user. + Signals =======