jai-singhal / django-mailchimp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django MailChimp Integration

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

Note: Please Change the API KEY in the settings.py file. Replace with your API Keys

Installation guide

  1. Clone repository

    git clone https://github.com/jai-singhal/django-mailchimp

  2. cd to repository.

  3. Create a virtualenv by following command

    virtualenv -p python3 .

  4. Activate virtualenv

    source bin/activate

  5. Install required packages

    pip3 install -r requirements.txt

  6. cd to src and run the server

    python3 manage.py runserver

About


Languages

Language:Python 72.4%Language:HTML 27.6%