Username validation fields and utilities for Django
Project description
Username validation et cetera
Documentation
The full documentation is at https://django-username-tools.readthedocs.io.
Quickstart
Install Django Username Tools:
pip install django-username-tools
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'username_tools.apps.UsernameToolsConfig',
...
)
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements_test.txt (myenv) $ python runtests.py
Credits
Tools used in rendering this package:
History
0.1.0 (2018-02-20)
First release on PyPI.
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
File details
Details for the file django-username-tools-0.1.3.tar.gz
.
File metadata
- Download URL: django-username-tools-0.1.3.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 496bda9dd66360eb6720cecb3a74a74c8aa4ca1bbdf1018e1c6d85b36bb73989 |
|
MD5 | 66f3cfafeed9df6967b49f7c5a0350ca |
|
BLAKE2b-256 | 6f7d345437db10fa74642408f1483654f2e27322c2b309ec5552b67b4b8796ea |