LICENSE
MANIFEST.in
README.md
pyproject.toml
src/__init__.py
src/test_settings.py
src/biddingrounds/__init__.py
src/biddingrounds/admin.py
src/biddingrounds/apps.py
src/biddingrounds/models.py
src/biddingrounds/views.py
src/biddingrounds/migrations/0001_initial.py
src/biddingrounds/migrations/0002_bid_comment.py
src/biddingrounds/migrations/__init__.py
src/django_biddingrounds.egg-info/PKG-INFO
src/django_biddingrounds.egg-info/SOURCES.txt
src/django_biddingrounds.egg-info/dependency_links.txt
src/django_biddingrounds.egg-info/requires.txt
src/django_biddingrounds.egg-info/top_level.txt
src/dummy_testapp/__init__.py
src/dummy_testapp/apps.py
src/dummy_testapp/models.py
tests/test_models.py