forked from extern/django-helpdesk
PySocks removed from requirements and doc update
This commit is contained in:
parent
135e2d65ea
commit
aea8ff35a6
@ -39,4 +39,6 @@ Before django-helpdesk will be much use, you need to do some basic configuration
|
||||
EMAIL_HOST_USER = 'YYYYYY@ZZZZ.PPP'
|
||||
EMAIL_HOST_PASSWORD = '123456'
|
||||
|
||||
8. If you wish to use SOCKS4/5 proxy with Helpdesk Queue email operations, install PySocks manually.
|
||||
|
||||
You're now up and running! Happy ticketing.
|
||||
|
@ -3,4 +3,3 @@ django-bootstrap-form>=3.1,<4
|
||||
email-reply-parser
|
||||
django-markdown-deux
|
||||
simplejson
|
||||
PySocks
|
||||
|
Loading…
Reference in New Issue
Block a user