From d7fbcf02d9553109db5f6becc88b9e919cdbfe69 Mon Sep 17 00:00:00 2001 From: nicoamaro Date: Thu, 2 Nov 2017 15:55:51 -0300 Subject: [PATCH] Update install.rst --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 00735f42..3dc6f8ec 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -119,7 +119,7 @@ errors with trying to create User settings. Ideally, accessing http://MEDIA_URL/helpdesk/attachments/ will give you a 403 access denied error. -7. If it's not already installed, install ``django-markdown-deux`` and ensure it's in your ``INSTALLED_APPS``:: +7. If it's not already installed, install ``markdown_deux`` and ensure it's in your ``INSTALLED_APPS``:: pip install django-markdown-deux