Repository URL to install this package:
|
Version:
1.3.1 ▾
|
django-user-accounts
/
METADATA
|
|---|
Metadata-Version: 2.0
Name: django-user-accounts
Version: 1.3.1
Summary: a Django user account app
Home-page: http://github.com/pinax/django-user-accounts
Author: Brian Rosner
Author-email: brosner@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Requires-Dist: django-appconf (>=1.0.1)
Requires-Dist: pytz (>=2015.6)
====================
Django User Accounts
====================
.. image:: http://slack.pinaxproject.com/badge.svg
:target: http://slack.pinaxproject.com/
.. image:: https://img.shields.io/travis/pinax/django-user-accounts.svg
:target: https://travis-ci.org/pinax/django-user-accounts
.. image:: https://img.shields.io/coveralls/pinax/django-user-accounts.svg
:target: https://coveralls.io/r/pinax/django-user-accounts
.. image:: https://img.shields.io/pypi/dm/django-user-accounts.svg
:target: https://pypi.python.org/pypi/django-user-accounts/
.. image:: https://img.shields.io/pypi/v/django-user-accounts.svg
:target: https://pypi.python.org/pypi/django-user-accounts/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://pypi.python.org/pypi/django-user-accounts/
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.
This app was developed as part of the Pinax ecosystem but is just a Django app and can be used independently of other Pinax apps.
django-user-accounts
-------------------------
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
- Account management (update account settings and change password)
- Account deletion
* Extensible class-based views and hooksets
* Custom ``User`` model support
Requirements
--------------
* Django 1.7, 1.8 or 1.9
* Python 2.7, 3.3, 3.4 or 3.5
* 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.
We recently 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 channel and let us know!
Contributing
--------------
We accept contributions from everyone! See the ``CONTRIBUTING.md`` file for more
information about how to contribute.
Code of Conduct
-----------------
In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a code of conduct, which can be found here http://pinaxproject.com/pinax/code_of_conduct/.
Pinax Project Blog and Twitter
--------------------------------
For updates and news regarding the Pinax Project, please follow us on Twitter at @pinaxproject and check out our blog http://blog.pinaxproject.com.