From 2a1c15d3c27197f8b5df2cce78cdc996dac39cbc Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 22 Feb 2016 14:13:00 +0000 Subject: [PATCH] Couple of errors in the In Short doc. --- docs/inshort.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/inshort.rst b/docs/inshort.rst index b4657a6..070a0eb 100644 --- a/docs/inshort.rst +++ b/docs/inshort.rst @@ -34,7 +34,7 @@ I have to change how I run Django? No, all the new stuff is entirely optional. If you want it, however, you'll change from running Django under a WSGI server, to running: -* An ASGI server, like `Daphne ` +* An ASGI server, probably `Daphne `_ * Django worker servers, using ``manage.py runworker`` * Something to route ASGI requests over, like Redis or a database. @@ -80,7 +80,7 @@ What version of Django does it work with? You can install Channels as a library for Django 1.8 and 1.9, and it (should be) part of Django 1.10. It has a few extra dependencies, but these will all -be installed if you use `pip`. +be installed if you use ``pip``. What do I read next?