{ "info": { "author": "Joey Wilhelm ", "author_email": "jwilhelm@opay.io", "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", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/obsidiancard/django-allauth-djrill/", "keywords": "django,allauth,mailchimp,mandrill,email", "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "django-allauth-djrill", "package_url": "https://pypi.org/project/django-allauth-djrill/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-allauth-djrill/", "project_urls": { "Homepage": "https://github.com/obsidiancard/django-allauth-djrill/" }, "release_url": "https://pypi.org/project/django-allauth-djrill/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Django Allauth account adapter for sending email using Mandrill templates", "version": "0.1.1" }, "last_serial": 1736479, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "17df42d6e58a86f27d33ed60971697fc", "sha256": "19dce343497b088aa5a9e3c7f9141d0ba885a9df62983ed3d19699436979e956" }, "downloads": -1, "filename": "django-allauth-djrill-0.1.0.tar.gz", "has_sig": false, "md5_digest": "17df42d6e58a86f27d33ed60971697fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3322, "upload_time": "2015-08-19T23:34:26", "url": "https://files.pythonhosted.org/packages/eb/bf/782622b68b27686b007937e3a7b5f34ebb2df49ab789d7c28c14f6f61efe/django-allauth-djrill-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ef1e6f7cabdfeab8a89540f9736789a0", "sha256": "6940ab6e32d6ea135c7ca195f3a64f6ce976e0b8101af91a9a34e3eb352a231c" }, "downloads": -1, "filename": "django-allauth-djrill-0.1.1.tar.gz", "has_sig": true, "md5_digest": "ef1e6f7cabdfeab8a89540f9736789a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3482, "upload_time": "2015-09-24T15:53:24", "url": "https://files.pythonhosted.org/packages/65/74/d7f4d2d07613b819e0f927149222b7f5024714e2e1665b1483bd5b74c27e/django-allauth-djrill-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef1e6f7cabdfeab8a89540f9736789a0", "sha256": "6940ab6e32d6ea135c7ca195f3a64f6ce976e0b8101af91a9a34e3eb352a231c" }, "downloads": -1, "filename": "django-allauth-djrill-0.1.1.tar.gz", "has_sig": true, "md5_digest": "ef1e6f7cabdfeab8a89540f9736789a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3482, "upload_time": "2015-09-24T15:53:24", "url": "https://files.pythonhosted.org/packages/65/74/d7f4d2d07613b819e0f927149222b7f5024714e2e1665b1483bd5b74c27e/django-allauth-djrill-0.1.1.tar.gz" } ] }