Skip to main content

this application is for handling all auth operations

Project description

Installation

pip install dj-accounts

Configuration

INSTALLED_APPS = [
    ...,

    'dj_accounts',
]

in your settings.py

# for custom register form
REGISTER_FORM = 'users.form.RegisterForm'



# django restFramework settings
REST_FRAMEWORK = {
    'DEFAULT_AUTHENTICATION_CLASSES': [
        'rest_framework_simplejwt.authentication.JWTAuthentication',
    ],

}

in your settings.py

# django restFramework settings
REST_FRAMEWORK = {
    'DEFAULT_AUTHENTICATION_CLASSES': [
        'rest_framework_simplejwt.authentication.JWTAuthentication',
    ],

}

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-accounts-3.0.7.tar.gz (34.7 kB view details)

Uploaded Source

File details

Details for the file dj-accounts-3.0.7.tar.gz.

File metadata

  • Download URL: dj-accounts-3.0.7.tar.gz
  • Upload date:
  • Size: 34.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/5.0.0 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.10.0 tqdm/4.64.1 CPython/3.8.10

File hashes

Hashes for dj-accounts-3.0.7.tar.gz
Algorithm Hash digest
SHA256 b97d3eb847c0d59ee7f04505be808b1524a6a4f89affdff8bd88d0f753d50848
MD5 8acab25cdb50a2e3b28833a7c81615a1
BLAKE2b-256 b7a25526a7a93d8f46d0cd22efcf493909aa9758f0a79b7329a6523ef39b7cc8

See more details on using hashes here.

Supported by

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