Add Djrill version to User-Agent header

(Makes version show up in Mandrill API logs)
This commit is contained in:
medmunds
2015-09-25 18:23:45 -07:00
parent e06f2cf718
commit f7bd9f3a25
2 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
from django.conf import settings
from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError
from ._version import *
from ._version import __version__, VERSION
# This backend was developed against this API endpoint.