mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-06-28 07:51:22 +02:00
Remove extraneous HAS_TAG_SUPPORT setting
This commit is contained in:
parent
4930579534
commit
8427c622aa
@ -128,5 +128,3 @@ QUEUE_EMAIL_BOX_SSL = getattr(settings, 'QUEUE_EMAIL_BOX_SSL', None)
|
||||
QUEUE_EMAIL_BOX_HOST = getattr(settings, 'QUEUE_EMAIL_BOX_HOST', None)
|
||||
QUEUE_EMAIL_BOX_USER = getattr(settings, 'QUEUE_EMAIL_BOX_USER', None)
|
||||
QUEUE_EMAIL_BOX_PASSWORD = getattr(settings, 'QUEUE_EMAIL_BOX_PASSWORD', None)
|
||||
|
||||
HAS_TAG_SUPPORT = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user