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_USER = 'YYYYYY@ZZZZ.PPP'
|
||||||
EMAIL_HOST_PASSWORD = '123456'
|
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.
|
You're now up and running! Happy ticketing.
|
||||||
|
@ -3,4 +3,3 @@ django-bootstrap-form>=3.1,<4
|
|||||||
email-reply-parser
|
email-reply-parser
|
||||||
django-markdown-deux
|
django-markdown-deux
|
||||||
simplejson
|
simplejson
|
||||||
PySocks
|
|
||||||
|
Loading…
Reference in New Issue
Block a user