mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-18 07:36:55 +02:00
Add bootstrapform to install docs. Closes #307.
This commit is contained in:
parent
ae146c2e7f
commit
5e0ee1e37c
@ -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``::
|
||||
|
Loading…
x
Reference in New Issue
Block a user