{ "info": { "author": "Andrew Cutler", "author_email": "macropin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": ".. -*-restructuredtext-*-\n\n:Description: Django-registration provides user registration functionality for Django websites.\n:maintainers: Macropin_, DiCato_, and joshblum_\n:contributors: `list of contributors `_\n\n.. _Macropin: https://github.com/macropin\n.. _DiCato: https://github.com/dicato\n.. _joshblum: https://github.com/joshblum\n\n.. image:: https://travis-ci.org/macropin/django-registration.svg?branch=master\n :target: https://travis-ci.org/macropin/django-registration\n\n.. image:: https://coveralls.io/repos/macropin/django-registration/badge.svg?branch=master\n :target: https://coveralls.io/r/macropin/django-registration/\n\n.. image:: https://badge.fury.io/py/django-registration-redux.svg\n :target: https://pypi.python.org/pypi/django-registration-redux/\n\n.. image:: https://readthedocs.org/projects/django-registration-redux/badge/?version=latest\n :target: http://django-registration-redux.readthedocs.org/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/pyversions/django-registration-redux.svg\n :target: https://pypi.python.org/pypi/django-registration-redux\n\nIf you have issues with the \"django-registration-redux\" package then please `raise them here`_.\n\nThis is a fairly simple user-registration application for Django, designed to\nmake allowing user signups as painless as possible. It requires a functional\ninstallation of Django 1.11 or newer, but has no other dependencies.\n\n\nInstallation\n------------\n\nInstall, upgrade and uninstall django-registration-redux with these commands::\n\n pip install django-registration-redux\n pip install --upgrade django-registration-redux\n pip uninstall django-registration-redux\n\nTo install it manually, run the following command inside this source directory::\n\n python setup.py install\n\n\nOr if you'd prefer you can simply place the included ``registration``\ndirectory somewhere on your Python path, or symlink to it from\nsomewhere on your Python path; this is useful if you're working from a\nGit checkout.\n\nNote that this application requires Python 2.7/3.4 or later, and a\nfunctional installation of Django 1.11 or newer.\n\nIf you are running on Django <=1.11, you can install a previous version of\n`django-registration-redux`, which supports older versions of Django. See the\n`CHANGELOG`_ for support details. Older versions will receive minor bug fixes as\nneeded, but are no longer actively developed::\n\n pip install django-registration-redux==1.10\n\n\nGetting started with development\n--------------------------------\n\nTo get started with development, first install the required packages::\n\n make installdeps\n\nFor convenience a ``Makefile`` is included which wraps the Python `invoke\n`_ library. Once you work on a patch, you can test\nthe functionality by running::\n\n make test\n\nOr equivalently::\n\n invoke test\n\nCommand line arguments can be passed to the ``invoke`` script through the\n``Makefile`` via the ``ARGS`` parameter. For example::\n\n make build ARGS=--docs\n\nOr equivalently::\n\n invoke build --docs\n\nAlternatives\n------------\n\n`djangopackages.com `_\nhas a comprehensive comparison of Django packages used for user registration\nand authentication.\n\nFor example, `django-allauth `_\nis an alternative to django-registration-redux that provides user registration\nin addition to social authentication and email address management.\n\nLicense\n-------\n\nDjango-registration-redux is licensed under `BSD License`.\n\n\n\n.. _`available online`: https://django-registration-redux.readthedocs.org/\n.. _`raise them here`: https://github.com/macropin/django-registration/issues\n.. _`CHANGELOG`: https://github.com/macropin/django-registration/blob/master/CHANGELOG\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/macropin/django-registration", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-registration-redux", "package_url": "https://pypi.org/project/django-registration-redux/", "platform": "", "project_url": "https://pypi.org/project/django-registration-redux/", "project_urls": { "Homepage": "https://github.com/macropin/django-registration" }, "release_url": "https://pypi.org/project/django-registration-redux/2.6/", "requires_dist": null, "requires_python": "", "summary": "An extensible user-registration application for Django", "version": "2.6" }, "last_serial": 5126730, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "c7cc0e1b21684fb12dff4f3ae94d4900", "sha256": "495fbd036edaf455528ca1dc0b8b2a8adb935badf77d52e8a96414303224a464" }, "downloads": -1, "filename": "django-registration-redux-1.1.tar.gz", "has_sig": false, "md5_digest": "c7cc0e1b21684fb12dff4f3ae94d4900", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63498, "upload_time": "2014-09-20T10:35:34", "url": "https://files.pythonhosted.org/packages/57/76/50bcb5369cad9d4eee9e85ebd87eb931498c655dc3a656aea20fd0ae0f8e/django-registration-redux-1.1.tar.gz" } ], "1.10": [ { "comment_text": "", "digests": { "md5": "b68d8d8fce23c4ae237f8360184d05fb", "sha256": "c673132aad704110212af0c4bb2071d093c3e4fba1f3cca565674f23e848fa34" }, "downloads": -1, "filename": "django_registration_redux-1.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b68d8d8fce23c4ae237f8360184d05fb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 199399, "upload_time": "2018-02-09T13:21:13", "url": "https://files.pythonhosted.org/packages/cf/c3/db748fb7a3041d7d30a408169d18654bdbe003f7d1ded939dc6cc6e537d3/django_registration_redux-1.10-py2.py3-none-any.whl" } ], "1.11": [ { "comment_text": "", "digests": { "md5": "cd473e3b8bcd82084384648428c9383b", "sha256": "4492545ddcbebdc6b2da5c8e18ecdbbd85c3255fe8d738e29dd839f8f2e62614" }, "downloads": -1, "filename": "django_registration_redux-1.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cd473e3b8bcd82084384648428c9383b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 199579, "upload_time": "2018-10-27T15:14:52", "url": "https://files.pythonhosted.org/packages/77/1c/8a59f3e2697083be2bfcd97578bab113b579b8993c86bc81e5dbb7fbdb45/django_registration_redux-1.11-py2.py3-none-any.whl" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "c23df8c5ea781a33e8cb734a4007c978", "sha256": "006abd8b3606f1bc7da8ffc773a1f4a5380b3f0f6ab65c00a7d864b4f60bc9ba" }, "downloads": -1, "filename": "django-registration-redux-1.2.tar.gz", "has_sig": false, "md5_digest": "c23df8c5ea781a33e8cb734a4007c978", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72391, "upload_time": "2015-05-19T04:26:02", "url": "https://files.pythonhosted.org/packages/c3/53/cc573b54ad6f8a43a0afd51423a87fb2313f94690e1022aa96b88fd1edb9/django-registration-redux-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "e6d53116f7699af241a621693ffa24fc", "sha256": "50945d9b64509f99b84a2aa4913e43dea06ec4227a76e4204ec6b9a7424f6dc0" }, "downloads": -1, "filename": "django_registration_redux-1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "e6d53116f7699af241a621693ffa24fc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 136827, "upload_time": "2016-01-13T01:14:53", "url": "https://files.pythonhosted.org/packages/8b/b1/e25acc45fdcf63198d30c761ea83b1f078a3e54ca5ee247890e1e8ea17da/django_registration_redux-1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1dbc34793a5ccce751b2c0c23ade6588", "sha256": "30c0185f0e217a905cf2ee1a354c8d4835a3bffd853c46e4c4d6dc149c522a79" }, "downloads": -1, "filename": "django-registration-redux-1.3.tar.gz", "has_sig": false, "md5_digest": "1dbc34793a5ccce751b2c0c23ade6588", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83090, "upload_time": "2016-01-13T01:14:38", "url": "https://files.pythonhosted.org/packages/c4/1d/db3b6818256c6a7f58ca1dbec84b41d1cc87cfc78b632af7e915d0318ad2/django-registration-redux-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "569a5759740d76c9b318ee6a4eaefa51", "sha256": "0331866ce82d7194a30925a20e6eac8d8be5b4ed1ea28c86359baff83ac6743d" }, "downloads": -1, "filename": "django-registration-redux-1.4.tar.gz", "has_sig": false, "md5_digest": "569a5759740d76c9b318ee6a4eaefa51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83918, "upload_time": "2016-02-23T23:42:58", "url": "https://files.pythonhosted.org/packages/77/f9/48fd76df5dea3684e35d8b48f705b62ca60269cfbbb6cae771eb406fc4f3/django-registration-redux-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "a8eb496ce83ace1795c55aeaeaed89c6", "sha256": "85cc986eb035621cd6d38bdcaede68e89ea28540248dca1c6672034aac96c573" }, "downloads": -1, "filename": "django_registration_redux-1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a8eb496ce83ace1795c55aeaeaed89c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 151266, "upload_time": "2017-04-08T12:34:48", "url": "https://files.pythonhosted.org/packages/18/40/d560fa5a2c0100e5984f7452eb1320b95e09d45cc363eb05544804e0b4a1/django_registration_redux-1.5-py2.py3-none-any.whl" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "85a7c77521e4d80b602059e6e001b4da", "sha256": "80407d7698f7282e1c93c727786b25c12c308ba8627e627ed10d7e54c51686db" }, "downloads": -1, "filename": "django_registration_redux-1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "85a7c77521e4d80b602059e6e001b4da", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 151464, "upload_time": "2017-04-25T23:27:47", "url": "https://files.pythonhosted.org/packages/90/9d/bd2d90ca261b7f379ff1e79684d8e89a1e94d881765e0949132ba9a1741a/django_registration_redux-1.6-py2.py3-none-any.whl" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "cb2ba9b1bf185c99ebc13a34a73dbae6", "sha256": "da0b4a020107d71290bcc6fc3bede438bacca9ac09672e59472fea7c79bbb49e" }, "downloads": -1, "filename": "django_registration_redux-1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb2ba9b1bf185c99ebc13a34a73dbae6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 156599, "upload_time": "2017-07-18T14:21:12", "url": "https://files.pythonhosted.org/packages/ed/ca/8a2b91443babe01106eda89bf761cc40b503ecfaacd6f560978e4c1a261f/django_registration_redux-1.7-py2.py3-none-any.whl" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "6085d47afd180acaed1ea635649d7028", "sha256": "559a483e82b2614a7b0b90d549a12478921f5af6da46820f058a0494dea12ed3" }, "downloads": -1, "filename": "django_registration_redux-1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6085d47afd180acaed1ea635649d7028", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 156739, "upload_time": "2017-10-04T15:39:06", "url": "https://files.pythonhosted.org/packages/26/bf/54884f0513e481a5c57871519b3850cc7300c3b46e3c985c40fafedac4b5/django_registration_redux-1.8-py2.py3-none-any.whl" } ], "1.9": [ { "comment_text": "", "digests": { "md5": "4b0cb16e95a75a455db5c97ea77f31ca", "sha256": "cb048eaba347017a078c834e83aa6fca95834ed3b3dcf2263b0ae222e19cedb8" }, "downloads": -1, "filename": "django_registration_redux-1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4b0cb16e95a75a455db5c97ea77f31ca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 198709, "upload_time": "2017-11-17T02:47:34", "url": "https://files.pythonhosted.org/packages/52/8b/e4cda7e060ea0689feee274123155960a9d04c558cd4398d72fc216b70bd/django_registration_redux-1.9-py2.py3-none-any.whl" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "109ba0a98771f61253b80b854b95b57f", "sha256": "ccc43c4a5000c2798f56e40b8bb2cb79cc63ea25038326f7a6ed58a29f640948" }, "downloads": -1, "filename": "django_registration_redux-2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "109ba0a98771f61253b80b854b95b57f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 197985, "upload_time": "2017-12-05T20:14:06", "url": "https://files.pythonhosted.org/packages/18/d1/0e546053a187b081f69b00b0c56e1dafba3dd20b4174f9db29bdcbb548b5/django_registration_redux-2.0-py2.py3-none-any.whl" } ], "2.0a2": [ { "comment_text": "", "digests": { "md5": "51369c505bae83fc12d9a8a687d6232e", "sha256": "41fb85768469b49c8e503a28e9944da3ea1cd4d1cb45658f09e013997104effb" }, "downloads": -1, "filename": "django_registration_redux-2.0a2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "51369c505bae83fc12d9a8a687d6232e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 156178, "upload_time": "2017-10-04T16:05:23", "url": "https://files.pythonhosted.org/packages/93/4b/2c6ff24b9cf15a7de87f0f9d6dd4e587a3b2ab9a7daa633a4c83fc33c1c7/django_registration_redux-2.0a2-py2.py3-none-any.whl" } ], "2.0a3": [ { "comment_text": "", "digests": { "md5": "c0e21b6d2df1b5a80a3927cd4f1484fb", "sha256": "5f6de7e3b84b70e3628130f0b28f65245e60a9df428f93077ff29e48c184afc6" }, "downloads": -1, "filename": "django_registration_redux-2.0a3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0e21b6d2df1b5a80a3927cd4f1484fb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 198141, "upload_time": "2017-11-17T02:58:12", "url": "https://files.pythonhosted.org/packages/df/72/6e24688bda0d9b4ed78180eb866a918205f381f45600fd9ddaad6288ecb9/django_registration_redux-2.0a3-py2.py3-none-any.whl" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "c6472986466eb8baff9a2a85dd304600", "sha256": "4acd7f3ecaf8fabb808372e7e4fe66f8dc1e57c40168e60d059b7f955a2e2c95" }, "downloads": -1, "filename": "django_registration_redux-2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6472986466eb8baff9a2a85dd304600", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 198010, "upload_time": "2018-01-18T02:00:23", "url": "https://files.pythonhosted.org/packages/51/8b/a4c9ccccdb00236780164a16cf349f2ad5fabe99dc1916897e6666e29390/django_registration_redux-2.1-py2.py3-none-any.whl" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "6ef8677e7f4a2c13f8565c7e30a58927", "sha256": "942550947d42834eba8ba86e6cf458a2ca193f66420b0328240d42bb7b4668ee" }, "downloads": -1, "filename": "django_registration_redux-2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ef8677e7f4a2c13f8565c7e30a58927", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 198888, "upload_time": "2018-02-09T01:27:31", "url": "https://files.pythonhosted.org/packages/cc/e3/918fea31b826bfce75b9b165552ca211cd8426510a9c9da3d9c625409c13/django_registration_redux-2.2-py2.py3-none-any.whl" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "3c97f82d69e65b82f2f4593809343d95", "sha256": "aec331246f095e3a533499ae65573d9b674d78578146554b47c1bec77b8eb974" }, "downloads": -1, "filename": "django_registration_redux-2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c97f82d69e65b82f2f4593809343d95", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 202643, "upload_time": "2018-04-11T02:46:42", "url": "https://files.pythonhosted.org/packages/8c/b6/5efb5a527235b60114441e0cb77008f41f036d1c0fd7b3e704b41b2b260f/django_registration_redux-2.3-py2.py3-none-any.whl" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "107176aa63b7fd4321464f3d61616b29", "sha256": "3201ae4ebd7caa5edb62a2df64e25300fef5752594b6361cc0ad3835cef88048" }, "downloads": -1, "filename": "django_registration_redux-2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "107176aa63b7fd4321464f3d61616b29", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 202637, "upload_time": "2018-04-12T00:22:31", "url": "https://files.pythonhosted.org/packages/0a/64/2fd365f65c23e180306f3cc5b01f4ac4519a02a6808f5b3e03ebad168672/django_registration_redux-2.4-py2.py3-none-any.whl" } ], "2.5": [ { "comment_text": "", "digests": { "md5": "44ba90678d7a376183535b9638d2753c", "sha256": "ff5c8b74784acbf8ded24a6aa04607046f34e92659f278c4e143bc6a454361d1" }, "downloads": -1, "filename": "django_registration_redux-2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44ba90678d7a376183535b9638d2753c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 202895, "upload_time": "2018-10-27T14:25:03", "url": "https://files.pythonhosted.org/packages/11/89/5df858954dfad3de4d762c14f20aa9b5720a17f5f51511d62a03b78b5d3b/django_registration_redux-2.5-py2.py3-none-any.whl" } ], "2.6": [ { "comment_text": "", "digests": { "md5": "a9490f58aeca720b8dca31e8ccfb789d", "sha256": "54403d9f7bce5370f5e2b9895c9e03e635fd4281fcc96b7a2dcb9dc639f846f0" }, "downloads": -1, "filename": "django_registration_redux-2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9490f58aeca720b8dca31e8ccfb789d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 204770, "upload_time": "2019-04-11T01:36:47", "url": "https://files.pythonhosted.org/packages/ea/ba/5dbd95486bb3bf577d4fd9c44f299f213ef7b0b0b4f1ff114952ef23b5d9/django_registration_redux-2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "153b16789d178306386c6b49aaf1996c", "sha256": "48f60ec15c9a34aad3ab7993c53c20fc32ac4f777fc64e132b337343302fa0ec" }, "downloads": -1, "filename": "django-registration-redux-2.6.tar.gz", "has_sig": false, "md5_digest": "153b16789d178306386c6b49aaf1996c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108850, "upload_time": "2019-04-11T01:36:49", "url": "https://files.pythonhosted.org/packages/e0/7a/66a60cc4307a0fd07ea634d21a5dd957fb60ecab33a6e668ff958c5575a4/django-registration-redux-2.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a9490f58aeca720b8dca31e8ccfb789d", "sha256": "54403d9f7bce5370f5e2b9895c9e03e635fd4281fcc96b7a2dcb9dc639f846f0" }, "downloads": -1, "filename": "django_registration_redux-2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9490f58aeca720b8dca31e8ccfb789d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 204770, "upload_time": "2019-04-11T01:36:47", "url": "https://files.pythonhosted.org/packages/ea/ba/5dbd95486bb3bf577d4fd9c44f299f213ef7b0b0b4f1ff114952ef23b5d9/django_registration_redux-2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "153b16789d178306386c6b49aaf1996c", "sha256": "48f60ec15c9a34aad3ab7993c53c20fc32ac4f777fc64e132b337343302fa0ec" }, "downloads": -1, "filename": "django-registration-redux-2.6.tar.gz", "has_sig": false, "md5_digest": "153b16789d178306386c6b49aaf1996c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108850, "upload_time": "2019-04-11T01:36:49", "url": "https://files.pythonhosted.org/packages/e0/7a/66a60cc4307a0fd07ea634d21a5dd957fb60ecab33a6e668ff958c5575a4/django-registration-redux-2.6.tar.gz" } ] }