A Django app for customized Login.
Project description
Login is a Django app with customized user needs. Detailed documentation is in the “docs” directory.
Quick start
Add “Login” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'Login', ]
Include the Login URLconf in your project urls.py like this:
path('', include('Login.urls')),
Run python manage.py migrate to create the Login User models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a user (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/login/ to login in.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-nandy-login-0.2.0.tar.gz
(601.0 kB
view details)
Built Distribution
File details
Details for the file django-nandy-login-0.2.0.tar.gz
.
File metadata
- Download URL: django-nandy-login-0.2.0.tar.gz
- Upload date:
- Size: 601.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8048f62043330141c754bbfb90f4f1ba8e29ec2d3f4191c672b0409d5f287f2 |
|
MD5 | 0f7232f07acd1fc37d94c46c0001a434 |
|
BLAKE2b-256 | 4679381124ec35d8ea05eda4ee5fba5a215728ea9a105d67a4db38208314476c |
File details
Details for the file django_nandy_login-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: django_nandy_login-0.2.0-py3-none-any.whl
- Upload date:
- Size: 607.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab3090bc2b57c848100df38943d76eb675f72b01dc111ff8f75a5fabb3686563 |
|
MD5 | c9105363ce1c62f2f4c24deeae141e78 |
|
BLAKE2b-256 | 0bd783365b742526ecf1c45706b26833776ebc8bf7eb69f4aa7a1dcd2314c938 |