.gitignore
CODEOWNERS
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/publish_test.yml
django_impersonator.egg-info/PKG-INFO
django_impersonator.egg-info/SOURCES.txt
django_impersonator.egg-info/dependency_links.txt
django_impersonator.egg-info/requires.txt
django_impersonator.egg-info/top_level.txt
impersonate/__init__,py
impersonate/admin.py
impersonate/middleware.py
impersonate/templates/impersonate/popup.html
testapp/manage.py
testapp/requirements.txt
testapp/testapp/__init__.py
testapp/testapp/admin.py
testapp/testapp/asgi.py
testapp/testapp/models.py
testapp/testapp/settings.py
testapp/testapp/urls.py
testapp/testapp/wsgi.py
testapp/testapp/migrations/0001_create_users.py
testapp/testapp/migrations/__init__.py
testapp/tests/__init__.py
testapp/tests/test_generic.py