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.

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

Uploaded Source

Built Distribution

dj_all_auth-0.1b2-py3-none-any.whl (44.9 kB view details)

Uploaded Python 3

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

Hashes for dj_all_auth-0.1b2.tar.gz
Algorithm Hash digest
SHA256 a48c86e33c0f65c9c19a0f084ec6c022c42a769bdba8419e9c4de357996edf4e
MD5 248548f2761642a6240adebcb8f4f1b4
BLAKE2b-256 23ecaded6ed6e1efbd09d5be0e38c129f7e77ffdb910a5074ba7c44e60a5c882

See more details on using hashes here.

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

Hashes for dj_all_auth-0.1b2-py3-none-any.whl
Algorithm Hash digest
SHA256 13bae945c1a4a3b4adedbf86cebaadb27fc1c42f11adc7c86c4ff8d2b1be863a
MD5 f17195bb957d84001c21cc82201e0ff5
BLAKE2b-256 d70c78aaf7e595091a8c1825c9c1294006e3969cd8e9b5a89d2af4d151aaa213

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