Skip to main content

Username validation fields and utilities for Django

Project description

https://travis-ci.org/poudel/django-username-tools.svg?branch=master https://codecov.io/gh/poudel/django-username-tools/branch/master/graph/badge.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-username-tools-0.1.3.tar.gz (9.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page