Skip to main content

A Django app to signup, activation, login and logout.

Project description

django-user-login-register-activate is a django app to make user login and registration

Quick start

  1. To install from PyPi:

    pip install django-user-login-register-activate
  2. Add “login” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'login',
    ]
  3. Add Email setting like this:

    EMAIL_HOST = "smtp.163.com"
    EMAIL_PORT = 25
    EMAIL_HOST_USER = "your_email_name@163.com"
    EMAIL_HOST_PASSWORD = "your_email_host_password"
  4. Include the login URLconf in your project urls.py like this:

    from django.contrib import admin
    from django.urls import path, include
    
    urlpatterns = [
            ...
            path('accounts/', include('login.urls')),
    ]

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

django-user-login-register-activate-2.2.tar.gz (732.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file django-user-login-register-activate-2.2.tar.gz.

File metadata

  • Download URL: django-user-login-register-activate-2.2.tar.gz
  • Upload date:
  • Size: 732.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.0

File hashes

Hashes for django-user-login-register-activate-2.2.tar.gz
Algorithm Hash digest
SHA256 963481d5729646ca9caf0d5b82b4ecb2611c7c5ec2fd876b0277594c3986f634
MD5 6fbe15216a644c3c9b53ff69a42973a2
BLAKE2b-256 e0570a346943c991bfafb6f6622617e47939706edaad47b3be0f0839d397dc11

See more details on using hashes here.

File details

Details for the file django_user_login_register_activate-2.2-py3-none-any.whl.

File metadata

  • Download URL: django_user_login_register_activate-2.2-py3-none-any.whl
  • Upload date:
  • Size: 750.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.0

File hashes

Hashes for django_user_login_register_activate-2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fdea192d940ab417568f1a4a398156dcc99028b9f47116471e889710b79929d8
MD5 0f38da64dca04ca7a8fd05cde07ee7fe
BLAKE2b-256 c7389585b1d7db60d256b620da7db72f775273eedaac060cbd55df99571ed558

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