.coveragerc
.gitignore
LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/test.yml
src/django_voting.egg-info/PKG-INFO
src/django_voting.egg-info/SOURCES.txt
src/django_voting.egg-info/dependency_links.txt
src/django_voting.egg-info/requires.txt
src/django_voting.egg-info/top_level.txt
src/voting/__init__.py
src/voting/admin.py
src/voting/managers.py
src/voting/models.py
src/voting/urls.py
src/voting/views.py
src/voting/migrations/0001_initial.py
src/voting/migrations/__init__.py
src/voting/templatetags/__init__.py
src/voting/templatetags/voting_tags.py
src/voting/utils/__init__.py
src/voting/utils/user_model.py
tests/test_models.py
tests/test_settings.py
tests/test_app/__init__.py
tests/test_app/models.py