mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +01: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…
Reference in New Issue
Block a user