Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

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.

Supported by

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