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.1b4.tar.gz (396.3 kB view details)

Uploaded Source

Built Distribution

dj_all_auth-0.1b4-py3-none-any.whl (415.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dj_all_auth-0.1b4.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.1b4.tar.gz
Algorithm Hash digest
SHA256 b2c62c3cebc45c1f44ea531b8149bf32cf2013efcf72e2e1d470eedb94bd2f58
MD5 91a0759a39ddfe5721b6c6cc15247d3d
BLAKE2b-256 da465d1dcec38f2e5a02ec816ac92e358e22d2c34427f4b4bd32ccc61b93dbb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dj_all_auth-0.1b4-py3-none-any.whl
  • Upload date:
  • Size: 415.4 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.1b4-py3-none-any.whl
Algorithm Hash digest
SHA256 172654889fbc3b64d64406497a501928174b7dcf0607e1e45f8f6501c355cfac
MD5 3802a50f1b7c69c36c3e2a2a09129429
BLAKE2b-256 928c81a14d3d8ed3bdc62fbb36eead3df8547cc805f3e5b7398b80c49d7bfe27

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