.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.rst
manage.py
pyproject.toml
settings.py
setup.cfg
setup.py
tox.ini
tox2travis.py
.github/workflows/tox.yml
djactasauth/__init__.py
djactasauth/backends.py
djactasauth/models.py
djactasauth/util.py
djactasauth/views.py
djactasauth.egg-info/PKG-INFO
djactasauth.egg-info/SOURCES.txt
djactasauth.egg-info/dependency_links.txt
djactasauth.egg-info/requires.txt
djactasauth.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/extension-points.rst
docs/index.rst
docs/license.rst
docs/quickstart.rst
docs/release-notes.rst
docs/supported-versions.rst
tests/setup.py
tests/testapp/__init__.py
tests/testapp/models.py
tests/testapp/sixmock.py
tests/testapp/tests.py
tests/testapp/urls.py
tests/testapp/views.py
tests/testapp/templates/registration/login.html