A Django app to manage users
Project description
Quick start
- Add "django_usermangment" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'django_usermangment',
]
- Include the django_usermangment URLconf in your project urls.py like this::
path('user/', include('django_usermangment.urls')),
- Run
python manage.py migrateto create the django_usermangment 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/user/ to create a user.
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_usermangment-1.1.3.tar.gz
(233.0 kB
view details)
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_usermangment-1.1.3.tar.gz.
File metadata
- Download URL: django_usermangment-1.1.3.tar.gz
- Upload date:
- Size: 233.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9ee96b83b9ac71a16a0ff911c9beb629cf788e5525c1f100659d9c9c5bdc23e
|
|
| MD5 |
ef274a6990f90b6d5489eacae36666c9
|
|
| BLAKE2b-256 |
9c806fbd9042663b9d25a484a36dd502a452c15c48d8b8caf16fa243d22d5cd5
|
File details
Details for the file django_usermangment-1.1.3-py3-none-any.whl.
File metadata
- Download URL: django_usermangment-1.1.3-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
039155798d4d3042f8bcf059358244aee054f211a2c38b17be0e1fec28cfe834
|
|
| MD5 |
e5ba48ec5f7e423bcc32d7b7ffe12bfc
|
|
| BLAKE2b-256 |
9f9ab2557f114a3f3b42a4319e831f1179e09270514989a06056e5430c60ea06
|