Post available at: https://djangopy.org/package-of-week/how-to-integrate-mailchimp-on-django-to-increase-subscribers/ This is the example project for integrating MailChimp to Django
-
Clone repository
git clone https://github.com/jai-singhal/django-mailchimp -
cd to repository.
-
Create a virtualenv by following command
virtualenv -p python3 . -
Activate virtualenv
source bin/activate -
Install required packages
pip3 install -r requirements.txt -
cd to src and run the server
python3 manage.py runserver