- About Pinax
- Overview
- Requirements
- Documentation
- Templates
- Contribute
- Code of Conduct
- Connect with Pinax
- License
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
provides a Django project with a very extensible infrastructure for dealing with user accounts.
- 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
Django / Python | 3.8 | 3.9 | 3.10 | 3.11 |
---|---|---|---|---|
3.2 | * | * | * | |
4.2 | * | * | * | * |
- 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
)
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!
Default templates are provided by the pinax-templates
app in the
account section of that project.
Reference pinax-templates installation instructions to include these templates in your project.
View live pinax-templates
examples and source at Pinax Templates!
See the django-user-accounts
templates documentation for more information.
For an overview on how contributing to Pinax works read this blog post and watch the included video, or read our How to Contribute section. For concrete contribution ideas, please see our Ways to Contribute/What We Need Help With section.
In case of any questions we recommend you join our Pinax Slack team 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.
In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a 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.
For updates and news regarding the Pinax Project, please follow us on Twitter @pinaxproject and check out our Pinax Project blog.
Copyright (c) 2012-present James Tauber and contributors under the MIT license.