Django all auth includes all account, including django default, OAuth (Google, Discord, Twitch), openId (Steam).
Project description
Django all auth includes all account, including django default, OAuth (Google, Discord, Twitch), openId (Steam).
Detailed documentation is in the “docs” directory.
Quick start
Add “account” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., 'dj_all_auth', ]
Include the polls URLconf in your project urls.py like this:
# if you are not using /accounts url then you need to add `LOGIN_URL = '<your-url>'` in your settings.py path('accounts/', include('dj_all_auth.urls')),
Add context processor to settings.py:
'dj_all_auth.context_processors.__config'
To create models run:
python manage.py migrate
If you are using multilanguage then to create language file run:
python manage.py makemessages -i venv --all
Visit the /accounts/ URL to access user account.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dj_all_auth-0.1b2.tar.gz
.
File metadata
- Download URL: dj_all_auth-0.1b2.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a48c86e33c0f65c9c19a0f084ec6c022c42a769bdba8419e9c4de357996edf4e |
|
MD5 | 248548f2761642a6240adebcb8f4f1b4 |
|
BLAKE2b-256 | 23ecaded6ed6e1efbd09d5be0e38c129f7e77ffdb910a5074ba7c44e60a5c882 |
File details
Details for the file dj_all_auth-0.1b2-py3-none-any.whl
.
File metadata
- Download URL: dj_all_auth-0.1b2-py3-none-any.whl
- Upload date:
- Size: 44.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13bae945c1a4a3b4adedbf86cebaadb27fc1c42f11adc7c86c4ff8d2b1be863a |
|
MD5 | f17195bb957d84001c21cc82201e0ff5 |
|
BLAKE2b-256 | d70c78aaf7e595091a8c1825c9c1294006e3969cd8e9b5a89d2af4d151aaa213 |