Skip to content

Commit

Permalink
Add bootstrapform to install docs. Closes #307.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossp committed Feb 23, 2015
1 parent ae146c2 commit 5e0ee1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``::
Expand Down

0 comments on commit 5e0ee1e

Please sign in to comment.