Skip to main content

django user login register and logout module

Project description

Quick Start

  1. Add "account" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [

     ...
     'account',
    

    ]

  2. Include the polls URLconf in your project urls.py like this: path('', include('account.urls')),

  3. Run python manage.py migrate to create the user models

  4. Start the development server and visit http://127.0.0.1:8000/ to create a new user login register

Project details


Release history Release notifications | RSS feed

This version

1.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

draj-auth-module-1.3.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

draj_auth_module-1.3-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file draj-auth-module-1.3.tar.gz.

File metadata

  • Download URL: draj-auth-module-1.3.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for draj-auth-module-1.3.tar.gz
Algorithm Hash digest
SHA256 9a6c8a6ffe712de1595a7f3b30b7b0a63a70c538f5f5b3ee3ba39e594c725870
MD5 06d480e449ab1fca5607f95527047991
BLAKE2b-256 5fdbdb75261eae6f3883b7c39f2edbbf9f7ec1efd6701e4e4519084a3a2558ce

See more details on using hashes here.

File details

Details for the file draj_auth_module-1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for draj_auth_module-1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 211cca0715a9b80fe88de83ec8bc2da6d6468f77dcc20ba03901b0da14bae8e0
MD5 b1e07b5f64d46610a91530e32941aafd
BLAKE2b-256 8675e8279b08e027aa344dcc361d8993b24b00ab579f2bec04b9545a2b6bcebb

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