A Client manager for custom django user.
Project description
Django Client Manager
Django Client Manager is a Python library designed to streamline the process of creating custom user accounts in Django applications. This library simplifies the handling of Django's custom user creation by providing a set of convenient and efficient tools.
Features
-
Easy Custom User Creation: Simplifies the process of creating custom user accounts in Django projects.
-
Password Hashing: Create secure hashed password.
-
Password Strength Validation: Built-in password strength validation to enhance security.
Installation
pip install django-client-manager
Quick Start
-
Install the package using the command mentioned above.
-
Configure your Django project settings:
# models.py from django-client-manager.client import Client
-
Use the
ClientManagerin your code:from django.db import models from .custom import Client class TestClient(Client): pass
Contributions
Contributions are welcome! Feel free to open issues, submit pull requests, or provide feedback.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
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_client_manager-1.0.tar.gz.
File metadata
- Download URL: django_client_manager-1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77d50c56a3022f884e5b468dcd08cd62a101e44adc14ff6aa833f2285c29cbde
|
|
| MD5 |
d9d9144e88e470248827d9521fc1b025
|
|
| BLAKE2b-256 |
53d738a28699732534aba3fbb005162577538ebdb778582dc65ee2550c1cacf3
|
File details
Details for the file django_client_manager-1.0-py3-none-any.whl.
File metadata
- Download URL: django_client_manager-1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4541f76e9d5c194e0fabc3d49ec30504828a5deb026fe107ada8c7574fa07acd
|
|
| MD5 |
329bdb95d911d51ed8d30fa6fd20e580
|
|
| BLAKE2b-256 |
d02b8a95c46064529728f75de46db920e5c17c402e4011e166c1706ea9011f73
|