wip
parent
80b46f36c7
commit
042613b0ae
|
@ -13,7 +13,8 @@ from tempfile import SpooledTemporaryFile
|
|||
import requests
|
||||
from ckeditor.fields import RichTextField
|
||||
from notification import models as notification
|
||||
from postmonkey import PostMonkey, MailChimpException
|
||||
#from postmonkey import PostMonkey, MailChimpException
|
||||
from mailchimp3 import MailChimp
|
||||
|
||||
#django imports
|
||||
from django.apps import apps
|
||||
|
@ -95,7 +96,7 @@ from .bibmodels import (
|
|||
)
|
||||
|
||||
from .rh_models import Claim, RightsHolder
|
||||
pm = PostMonkey(settings.MAILCHIMP_API_KEY)
|
||||
pm = MailChimp(mc_api=settings.MAILCHIMP_API_KEY)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ oauth2==1.5.211
|
|||
oauthlib==1.1.2
|
||||
pandas==0.19.1
|
||||
paramiko==1.14.1
|
||||
postmonkey==1.0b
|
||||
mailchimp3==3.0.4
|
||||
pycrypto==2.6
|
||||
pymarc==3.0.2
|
||||
pyoai==2.5.0
|
||||
|
|
Loading…
Reference in New Issue