django-user-accounts


Namedjango-user-accounts JSON
Version 3.3.1 PyPI version JSON
download
home_page
Summarya Django user account app
upload_time2023-09-10 21:14:25
maintainer
docs_urlNone
author
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](https://pinaxproject.com/pinax-design/social-banners/DUA.png)

[![](https://img.shields.io/pypi/v/django-user-accounts.svg)](https://pypi.python.org/pypi/django-user-accounts/)

[![Build](https://github.com/pinax/django-user-accounts/actions/workflows/ci.yaml/badge.svg)](https://github.com/pinax/django-user-accounts/actions)
[![Codecov](https://img.shields.io/codecov/c/github/pinax/django-user-accounts.svg)](https://codecov.io/gh/pinax/django-user-accounts)
[![](https://img.shields.io/github/contributors/pinax/django-user-accounts.svg)](https://github.com/pinax/django-user-accounts/graphs/contributors)
[![](https://img.shields.io/github/issues-pr/pinax/django-user-accounts.svg)](https://github.com/pinax/django-user-accounts/pulls)
[![](https://img.shields.io/github/issues-pr-closed/pinax/django-user-accounts.svg)](https://github.com/pinax/django-user-accounts/pulls?q=is%3Apr+is%3Aclosed)

[![](http://slack.pinaxproject.com/badge.svg)](http://slack.pinaxproject.com/)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)


# Table of Contents

* [About Pinax](#about-pinax)
* [Overview](#overview)
  * [Features](#features)
  * [Supported Django and Python versions](#supported-django-and-python-versions)
* [Requirements](#requirements)
* [Documentation](#documentation)
* [Templates](#templates)
* [Contribute](#contribute)
* [Code of Conduct](#code-of-conduct)
* [Connect with Pinax](#connect-with-pinax)
* [License](#license)


## About Pinax

Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com.


## django-user-accounts

### Overview

`django-user-accounts` provides a Django project with a very extensible infrastructure for dealing with user accounts.

#### Features

* Functionality for:
  * Log in (email or username authentication)
  * Sign up
  * Email confirmation
  * Signup tokens for private betas
  * Password reset
  * Password expiration
  * Account management (update account settings and change password)
  * Account deletion
* Extensible class-based views and hooksets
* Custom `User` model support

#### Supported Django and Python versions

Django / Python | 3.8 | 3.9 | 3.10 | 3.11
--------------- | --- | --- | ---- | ----
           3.2  |  *  |  *  |  *   |
           4.2  |  *  |  *  |  *   |  *


## Requirements

* Django 3.2 or 4.2
* Python 3.8, 3.9, 3.10, 3.11
* django-appconf (included in ``install_requires``)
* pytz (included in ``install_requires``)


## Documentation

See http://django-user-accounts.readthedocs.org/ for the `django-user-accounts` documentation.
On September 17th, 2015, we did a Pinax Hangout on `django-user-accounts`. You can read the recap blog post and find the video here http://blog.pinaxproject.com/2015/10/12/recap-september-pinax-hangout/.

The Pinax documentation is available at http://pinaxproject.com/pinax/. If you would like to help us improve our documentation or write more documentation, please join our Slack team and let us know!


### Templates

Default templates are provided by the `pinax-templates` app in the
[account](https://github.com/pinax/pinax-templates/tree/master/pinax/templates/templates/account) section of that project.

Reference pinax-templates
[installation instructions](https://github.com/pinax/pinax-templates/blob/master/README.md#installation) to include these templates in your project.

View live `pinax-templates` examples and source at [Pinax Templates](https://templates.pinaxproject.com/)!

See the `django-user-accounts` [templates](https://django-user-accounts.readthedocs.io/en/latest/templates.html) documentation for more information.


## Contribute

For an overview on how contributing to Pinax works read this [blog post](http://blog.pinaxproject.com/2016/02/26/recap-february-pinax-hangout/)
and watch the included video, or read our [How to Contribute](http://pinaxproject.com/pinax/how_to_contribute/) section. For concrete contribution ideas, please see our
[Ways to Contribute/What We Need Help With](http://pinaxproject.com/pinax/ways_to_contribute/) section.

In case of any questions we recommend you join our [Pinax Slack team](http://slack.pinaxproject.com) and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.

We also highly recommend reading our blog post on [Open Source and Self-Care](http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).


## Code of Conduct

In order to foster a kind, inclusive, and harassment-free community, the Pinax Project
has a [code of conduct](http://pinaxproject.com/pinax/code_of_conduct/).
We ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.


## Connect with Pinax

For updates and news regarding the Pinax Project, please follow us on Twitter [@pinaxproject](https://twitter.com/pinaxproject) and check out our [Pinax Project blog](http://blog.pinaxproject.com).


## License

Copyright (c) 2012-present James Tauber and contributors under the [MIT license](https://opensource.org/licenses/MIT).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-user-accounts",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Pinax Team <team@pinaxproject.com>",
    "download_url": "https://files.pythonhosted.org/packages/88/63/827359930861f137fe24840795f92b240d45fd5ba15533f0015a775bb559/django-user-accounts-3.3.1.tar.gz",
    "platform": null,
    "description": "![](https://pinaxproject.com/pinax-design/social-banners/DUA.png)\n\n[![](https://img.shields.io/pypi/v/django-user-accounts.svg)](https://pypi.python.org/pypi/django-user-accounts/)\n\n[![Build](https://github.com/pinax/django-user-accounts/actions/workflows/ci.yaml/badge.svg)](https://github.com/pinax/django-user-accounts/actions)\n[![Codecov](https://img.shields.io/codecov/c/github/pinax/django-user-accounts.svg)](https://codecov.io/gh/pinax/django-user-accounts)\n[![](https://img.shields.io/github/contributors/pinax/django-user-accounts.svg)](https://github.com/pinax/django-user-accounts/graphs/contributors)\n[![](https://img.shields.io/github/issues-pr/pinax/django-user-accounts.svg)](https://github.com/pinax/django-user-accounts/pulls)\n[![](https://img.shields.io/github/issues-pr-closed/pinax/django-user-accounts.svg)](https://github.com/pinax/django-user-accounts/pulls?q=is%3Apr+is%3Aclosed)\n\n[![](http://slack.pinaxproject.com/badge.svg)](http://slack.pinaxproject.com/)\n[![](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\n# Table of Contents\n\n* [About Pinax](#about-pinax)\n* [Overview](#overview)\n  * [Features](#features)\n  * [Supported Django and Python versions](#supported-django-and-python-versions)\n* [Requirements](#requirements)\n* [Documentation](#documentation)\n* [Templates](#templates)\n* [Contribute](#contribute)\n* [Code of Conduct](#code-of-conduct)\n* [Connect with Pinax](#connect-with-pinax)\n* [License](#license)\n\n\n## About Pinax\n\nPinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com.\n\n\n## django-user-accounts\n\n### Overview\n\n`django-user-accounts` provides a Django project with a very extensible infrastructure for dealing with user accounts.\n\n#### Features\n\n* Functionality for:\n  * Log in (email or username authentication)\n  * Sign up\n  * Email confirmation\n  * Signup tokens for private betas\n  * Password reset\n  * Password expiration\n  * Account management (update account settings and change password)\n  * Account deletion\n* Extensible class-based views and hooksets\n* Custom `User` model support\n\n#### Supported Django and Python versions\n\nDjango / Python | 3.8 | 3.9 | 3.10 | 3.11\n--------------- | --- | --- | ---- | ----\n           3.2  |  *  |  *  |  *   |\n           4.2  |  *  |  *  |  *   |  *\n\n\n## Requirements\n\n* Django 3.2 or 4.2\n* Python 3.8, 3.9, 3.10, 3.11\n* django-appconf (included in ``install_requires``)\n* pytz (included in ``install_requires``)\n\n\n## Documentation\n\nSee http://django-user-accounts.readthedocs.org/ for the `django-user-accounts` documentation.\nOn September 17th, 2015, we did a Pinax Hangout on `django-user-accounts`. You can read the recap blog post and find the video here http://blog.pinaxproject.com/2015/10/12/recap-september-pinax-hangout/.\n\nThe Pinax documentation is available at http://pinaxproject.com/pinax/. If you would like to help us improve our documentation or write more documentation, please join our Slack team and let us know!\n\n\n### Templates\n\nDefault templates are provided by the `pinax-templates` app in the\n[account](https://github.com/pinax/pinax-templates/tree/master/pinax/templates/templates/account) section of that project.\n\nReference pinax-templates\n[installation instructions](https://github.com/pinax/pinax-templates/blob/master/README.md#installation) to include these templates in your project.\n\nView live `pinax-templates` examples and source at [Pinax Templates](https://templates.pinaxproject.com/)!\n\nSee the `django-user-accounts` [templates](https://django-user-accounts.readthedocs.io/en/latest/templates.html) documentation for more information.\n\n\n## Contribute\n\nFor an overview on how contributing to Pinax works read this [blog post](http://blog.pinaxproject.com/2016/02/26/recap-february-pinax-hangout/)\nand watch the included video, or read our [How to Contribute](http://pinaxproject.com/pinax/how_to_contribute/) section. For concrete contribution ideas, please see our\n[Ways to Contribute/What We Need Help With](http://pinaxproject.com/pinax/ways_to_contribute/) section.\n\nIn case of any questions we recommend you join our [Pinax Slack team](http://slack.pinaxproject.com) and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.\n\nWe also highly recommend reading our blog post on [Open Source and Self-Care](http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).\n\n\n## Code of Conduct\n\nIn order to foster a kind, inclusive, and harassment-free community, the Pinax Project\nhas a [code of conduct](http://pinaxproject.com/pinax/code_of_conduct/).\nWe ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.\n\n\n## Connect with Pinax\n\nFor updates and news regarding the Pinax Project, please follow us on Twitter [@pinaxproject](https://twitter.com/pinaxproject) and check out our [Pinax Project blog](http://blog.pinaxproject.com).\n\n\n## License\n\nCopyright (c) 2012-present James Tauber and contributors under the [MIT license](https://opensource.org/licenses/MIT).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "a Django user account app",
    "version": "3.3.1",
    "project_urls": {
        "Homepage": "http://github.com/pinax/django-user-accounts"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ef2175c0b8fd95e448c24409804ca1ba974b5f18553f9a2d57b214add7546a5",
                "md5": "3d4e0f9ee04477a95f90fb877120368d",
                "sha256": "0d6678c480f2ae958e85834eb4f7ee7217485fcf7095e9350d08043d90f69c2c"
            },
            "downloads": -1,
            "filename": "django_user_accounts-3.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d4e0f9ee04477a95f90fb877120368d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 116315,
            "upload_time": "2023-09-10T21:14:22",
            "upload_time_iso_8601": "2023-09-10T21:14:22.600589Z",
            "url": "https://files.pythonhosted.org/packages/7e/f2/175c0b8fd95e448c24409804ca1ba974b5f18553f9a2d57b214add7546a5/django_user_accounts-3.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8863827359930861f137fe24840795f92b240d45fd5ba15533f0015a775bb559",
                "md5": "8991b3495b354ea9502406b88f54cdcf",
                "sha256": "14d277401aeb7bebc96b0eba1f09ce0fab685715bca2ea0a8edd8d6054ff960e"
            },
            "downloads": -1,
            "filename": "django-user-accounts-3.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8991b3495b354ea9502406b88f54cdcf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 88648,
            "upload_time": "2023-09-10T21:14:25",
            "upload_time_iso_8601": "2023-09-10T21:14:25.354025Z",
            "url": "https://files.pythonhosted.org/packages/88/63/827359930861f137fe24840795f92b240d45fd5ba15533f0015a775bb559/django-user-accounts-3.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-10 21:14:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pinax",
    "github_project": "django-user-accounts",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-user-accounts"
}
        
Elapsed time: 0.11571s