Skip to main content

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

  1. Add “account” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        'dj_all_auth',
    ]
  2. 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')),
  3. Add context processor to settings.py:

    'dj_all_auth.context_processors.__config'
  4. To create models run:

    python manage.py migrate
  5. If you are using multilanguage then to create language file run:

    python manage.py makemessages -i venv --all
  6. Visit the /accounts/ URL to access user account.

Notes:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj_all_auth-0.1b3.tar.gz (396.3 kB view details)

Uploaded Source

Built Distribution

dj_all_auth-0.1b3-py3-none-any.whl (415.2 kB view details)

Uploaded Python 3

File details

Details for the file dj_all_auth-0.1b3.tar.gz.

File metadata

  • Download URL: dj_all_auth-0.1b3.tar.gz
  • Upload date:
  • Size: 396.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.12

File hashes

Hashes for dj_all_auth-0.1b3.tar.gz
Algorithm Hash digest
SHA256 627b4c876366cc8c287ad5b67944d40ee4eee50dd986a7aaba29353172185508
MD5 eb7cdf5c275f17fbd85594d4d48935b6
BLAKE2b-256 fa2798369074166867181350db57fe2b718bdbdcb9f685f4c680a5beafe85b94

See more details on using hashes here.

File details

Details for the file dj_all_auth-0.1b3-py3-none-any.whl.

File metadata

  • Download URL: dj_all_auth-0.1b3-py3-none-any.whl
  • Upload date:
  • Size: 415.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.12

File hashes

Hashes for dj_all_auth-0.1b3-py3-none-any.whl
Algorithm Hash digest
SHA256 c4d7e00071e62f23af761d75809fb7f00fd4c8dcb15573fb3e1d4610066358b4
MD5 e733bb4c4a957e4fcd3ab85b36343806
BLAKE2b-256 5bbb7dbc54ef332d9d0a039e1e988e219dfa4ed1c48d8d855f253dab8163a75b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page