django-mailchimp
django-mailchimp copied to clipboard
DEPRECATED, this project is no longer maintained, see README for more information.
closes #57
The issue https://github.com/divio/django-mailchimp/issues/27 has been around forever and hits people on a regular basis. It requires some manual action and that should be specified in the installation steps.
Please merge his simple JSON or reject and make adjustments to conditionally import based on django version
Some API responses indicate an error by including an 'errors' attribute in the response that is a list of errors, others still return an 'errors' attribute that is a count...
Added the result code the exception so that we can use those codes to create our own error messages, useful for example when using mailchimp on a non-english website. A...