Metadata-Version: 2.1
Name: dhosting_api
Version: 0.1
Summary: Package to connect with dhosting_api
Author: Maks Galbierczyk
Author-email: maksymilian.galbierczyk@apz.pl
License: MIT

Package to communicate with DhostingApi
===============================================================================

**dhosting_api** is a django package for connecting and using Dhosting email provider via DhostingAPI



Configuration
----------------------------------------------------------------------------

To configure simply create in your settings.py dicionary similary to one showe below, but with your own credentials

| DHOSTING = {
|    'DHOSTING_USERNAME': '**{your_username}**',
|    'DHOSTING_PASSWORD': '**{your_password}**',
| }
