Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 219 Bytes

usage.rst

File metadata and controls

14 lines (9 loc) · 219 Bytes

Usage

To use djangomailup in a project:

from djangomailup import MailUpClient

client = MailUpClient()

# return account info
info = client.get_info()