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
To install from PyPi:
pip install django-user-login-register-activate
Add “login” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'login', ]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"
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
963481d5729646ca9caf0d5b82b4ecb2611c7c5ec2fd876b0277594c3986f634
|
|
| MD5 |
6fbe15216a644c3c9b53ff69a42973a2
|
|
| BLAKE2b-256 |
e0570a346943c991bfafb6f6622617e47939706edaad47b3be0f0839d397dc11
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdea192d940ab417568f1a4a398156dcc99028b9f47116471e889710b79929d8
|
|
| MD5 |
0f38da64dca04ca7a8fd05cde07ee7fe
|
|
| BLAKE2b-256 |
c7389585b1d7db60d256b620da7db72f775273eedaac060cbd55df99571ed558
|