From 5e0ee1e37c9b7e514e382d87670f2b4b4d69001e Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Mon, 23 Feb 2015 14:24:53 +1100 Subject: [PATCH] Add bootstrapform to install docs. Closes #307. --- docs/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index ea1fb9e8..f386ea38 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -40,7 +40,8 @@ Adding To Your Django Project 'django.contrib.humanize', # Required for elapsed time formatting 'south', # Highly recommended to make database migrations simpler in Django < 1.7 'markdown_deux', # Required for Knowledgebase item formatting - 'helpdesk', # This is new! + 'bootstrapform', # Required for nicer formatting of forms with the default templates + 'helpdesk', # This is us! ) 2. Make sure django-helpdesk is accessible via ``urls.py``. Add the following line to ``urls.py``::