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.
Release files for django-nandy-login 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-nandy-login-0.2.0.tar.gz | 601.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_nandy_login-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.2 MB
Release files / django-nandy-login-0.2.0.tar.gz
| Download URL | django-nandy-login-0.2.0.tar.gz |
|---|---|
| Size | 601.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f8048f62043330141c754bbfb90f4f1ba8e29ec2d3f4191c672b0409d5f287f2
|
|
BLAKE2b-256 checksum How to use checksums |
4679381124ec35d8ea05eda4ee5fba5a215728ea9a105d67a4db38208314476c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / django_nandy_login-0.2.0-py3-none-any.whl
| Download URL | django_nandy_login-0.2.0-py3-none-any.whl |
|---|---|
| Size | 607.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ab3090bc2b57c848100df38943d76eb675f72b01dc111ff8f75a5fabb3686563
|
|
BLAKE2b-256 checksum How to use checksums |
0bd783365b742526ecf1c45706b26833776ebc8bf7eb69f4aa7a1dcd2314c938
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|