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

Uploaded Source

Built Distribution

dj_all_auth-0.1b0-py3-none-any.whl (45.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dj_all_auth-0.1b0.tar.gz
  • Upload date:
  • Size: 23.4 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.1b0.tar.gz
Algorithm Hash digest
SHA256 318e43f58840423577629742bd7513fc13f44e1eb961fbe3dabc15634cedd294
MD5 1b4c2e33b1ff36ff6e4d792800940a70
BLAKE2b-256 5dda05934e4521e6192c1388ca47b58a90ea9184c7b7721e4d52bb145494441a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dj_all_auth-0.1b0-py3-none-any.whl
  • Upload date:
  • Size: 45.7 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.1b0-py3-none-any.whl
Algorithm Hash digest
SHA256 98afc455392a2f9c01dd01dab2cbde5cf3e391ee57612b0bd530c369a7fb29e2
MD5 c0558e3af8282173774bdaff14f099d6
BLAKE2b-256 f3c3ab243d1089a1fb7b5dc3d377b6cc3a2a612d230ae131a210c4b5e94de035

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