.dockerignore
.gitignore
.isort.cfg
.pep8speaks.yml
.pre-commit-config.yaml
.pylintrc
.readthedocs.yaml
AUTHORS
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
README.md
SECURITY.md
docker-compose.yml
manage.py
pyproject.toml
pytest.ini
run_lint.py
.github/dependabot.yml
.github/workflows/quality.yaml
.github/workflows/release.yaml
.github/workflows/unit-tests.yml
devsite/__init__.py
devsite/asgi.py
devsite/urls.py
devsite/wsgi.py
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
settings/__init__.py
settings/common.py
settings/test.py
src/django_rentals/__init__.py
src/django_rentals/admin.py
src/django_rentals/apps.py
src/django_rentals/choices.py
src/django_rentals/location_adapter.py
src/django_rentals/managers.py
src/django_rentals/models.py
src/django_rentals/urls.py
src/django_rentals.egg-info/PKG-INFO
src/django_rentals.egg-info/SOURCES.txt
src/django_rentals.egg-info/dependency_links.txt
src/django_rentals.egg-info/requires.txt
src/django_rentals.egg-info/scm_file_list.json
src/django_rentals.egg-info/scm_version.json
src/django_rentals.egg-info/top_level.txt
src/django_rentals/api/__init__.py
src/django_rentals/api/filters.py
src/django_rentals/api/serializers.py
src/django_rentals/api/urls.py
src/django_rentals/api/views.py
src/django_rentals/api/tests/__init__.py
src/django_rentals/api/tests/test_availability_search.py
src/django_rentals/api/tests/test_rental_booking.py
src/django_rentals/api/tests/test_rental_filtering.py
src/django_rentals/api/tests/test_rental_viewset.py
src/django_rentals/management/__init__.py
src/django_rentals/management/commands/__init__.py
src/django_rentals/management/commands/generate_rentals.py
src/django_rentals/migrations/0001_initial.py
src/django_rentals/migrations/0002_add_location.py
src/django_rentals/migrations/0003_backfill_location_from_city.py
src/django_rentals/migrations/0004_remove_rentallisting_city.py
src/django_rentals/migrations/__init__.py
src/django_rentals/tests/__init__.py
src/django_rentals/tests/factories.py
src/django_rentals/tests/test_abstract_location.py
src/django_rentals/tests/test_location.py
src/django_rentals/tests/test_models.py