{ "info": { "author": "Francis Kim", "author_email": "xncbf12@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====================\ndjango-allauth-djrill\n=====================\n\nThis package provides a `django-allauth`_ account adapter for sending email utilizing templates stored in `Mandrill`_,\nthanks to the `Djrill`_ package.\n\nInstallation\n============\n\nTo install the latest release::\n\n pip install django-allauth-djrill\n\nAlternatively, to install the latest development version::\n\n pip install https://github.com/obsidiancard/django-allauth-djrill/tarball/master\n\nAmend your `INSTALLED_APPS` setting::\n\n INSTALLED_APPS = (\n ...,\n 'allauth_djrill',\n )\n\nEnsure that your `EMAIL_BACKEND` is set up to use Djrill::\n\n EMAIL_BACKEND = 'djrill.mail.backends.djrill.DjrillBackend'\n\nSwitch your allauth account adapter::\n\n ACCOUNT_ADAPTER = 'allauth_djrill.adapter.DjrillAccountAdapter'\n\nIf you wish to customize the names of the templates which are called in Mandrill's system, you can edit the\n`ALLAUTH_DJRILL_TEMPLATES` setting. The defaults are::\n\n ALLAUTH_DJRILL_TEMPLATES = {\n 'account/email/email_confirmation': 'email_confirmation',\n 'account/email/email_confirmation_welcome': 'email_confirmation_welcome',\n 'account/email/email_confirmation_signup': 'email_confirmation_signup',\n 'account/email/password_reset_key': 'password_reset_key',\n }\n\n.. _django-allauth: https://github.com/pennersr/django-allauth\n.. _Mandrill: http://mandrill.com/\n.. _Djrill: https://github.com/brack3t/Djrill\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xncbf/django-allauth-mandrill", "keywords": "django", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "django-allauth-mandrill", "package_url": "https://pypi.org/project/django-allauth-mandrill/", "platform": "", "project_url": "https://pypi.org/project/django-allauth-mandrill/", "project_urls": { "Homepage": "https://github.com/xncbf/django-allauth-mandrill" }, "release_url": "https://pypi.org/project/django-allauth-mandrill/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Django Allauth account adapter for sending email using Mandrill templates", "version": "0.1.4" }, "last_serial": 3477605, "releases": { "0.1.4": [ { "comment_text": "", "digests": { "md5": "ec5c9be07cc0308941c86ba2b8d1ebbb", "sha256": "7416b4be5bcf63f48a13941a9e24470aaba7b403e3160f687ec0b69cf2f6744c" }, "downloads": -1, "filename": "django-allauth-mandrill-0.1.4.tar.gz", "has_sig": false, "md5_digest": "ec5c9be07cc0308941c86ba2b8d1ebbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3553, "upload_time": "2018-01-10T13:50:02", "url": "https://files.pythonhosted.org/packages/a1/ff/f4e27833a4871ff071da1201f736f0da22a9c4572fe341b8fcf2935fbbfe/django-allauth-mandrill-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec5c9be07cc0308941c86ba2b8d1ebbb", "sha256": "7416b4be5bcf63f48a13941a9e24470aaba7b403e3160f687ec0b69cf2f6744c" }, "downloads": -1, "filename": "django-allauth-mandrill-0.1.4.tar.gz", "has_sig": false, "md5_digest": "ec5c9be07cc0308941c86ba2b8d1ebbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3553, "upload_time": "2018-01-10T13:50:02", "url": "https://files.pythonhosted.org/packages/a1/ff/f4e27833a4871ff071da1201f736f0da22a9c4572fe341b8fcf2935fbbfe/django-allauth-mandrill-0.1.4.tar.gz" } ] }