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 = [
        ...,
        'django_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('django_all_auth.urls')),
  3. Add context processor to settings.py:

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

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

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

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

Uploaded Source

Built Distribution

dj_all_auth-0.1b1-py3-none-any.whl (28.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dj_all_auth-0.1b1.tar.gz
  • Upload date:
  • Size: 15.7 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.1b1.tar.gz
Algorithm Hash digest
SHA256 a72ba3f89b7b4517fc3c731e637971535e25381dccb9f7de2005f90d83da109e
MD5 4cd20b47d6c23415d2d95f7d2a045dc2
BLAKE2b-256 ed42de1d4d6aaedb234c10eecb5a12a8f2adf4b78a5d8f3c6fb093004df7000e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dj_all_auth-0.1b1-py3-none-any.whl
  • Upload date:
  • Size: 28.5 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.1b1-py3-none-any.whl
Algorithm Hash digest
SHA256 942dcc67f93ff1ca6606e2bf6c31652571074568f7cbcf56b2560b377d1c7df0
MD5 4ce817b29c2d8c4f1938d6dd8a5efc7b
BLAKE2b-256 8753dd7f78833be52bce8445c927058e0b82a990b9f6688e1db51128951490cb

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