.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_hotels/__init__.py
src/django_hotels/admin.py
src/django_hotels/apps.py
src/django_hotels/choices.py
src/django_hotels/location_adapter.py
src/django_hotels/managers.py
src/django_hotels/models.py
src/django_hotels/urls.py
src/django_hotels.egg-info/PKG-INFO
src/django_hotels.egg-info/SOURCES.txt
src/django_hotels.egg-info/dependency_links.txt
src/django_hotels.egg-info/requires.txt
src/django_hotels.egg-info/scm_file_list.json
src/django_hotels.egg-info/scm_version.json
src/django_hotels.egg-info/top_level.txt
src/django_hotels/api/__init__.py
src/django_hotels/api/filters.py
src/django_hotels/api/serializers.py
src/django_hotels/api/urls.py
src/django_hotels/api/tests/__init__.py
src/django_hotels/api/tests/test_availability_search.py
src/django_hotels/api/tests/test_hotel_booking.py
src/django_hotels/api/tests/test_hotel_booking_create.py
src/django_hotels/api/tests/test_hotel_filtering.py
src/django_hotels/api/tests/test_hotel_viewset.py
src/django_hotels/api/tests/test_schema.py
src/django_hotels/api/views/__init__.py
src/django_hotels/api/views/booking.py
src/django_hotels/api/views/hotel.py
src/django_hotels/management/__init__.py
src/django_hotels/management/commands/__init__.py
src/django_hotels/management/commands/generate_hotels.py
src/django_hotels/migrations/0001_initial.py
src/django_hotels/migrations/0002_location_alter_hotel_city_hotel_location.py
src/django_hotels/migrations/0003_backfill_hotel_locations.py
src/django_hotels/migrations/0004_remove_hotel_city.py
src/django_hotels/migrations/__init__.py
src/django_hotels/tests/__init__.py
src/django_hotels/tests/factories.py
src/django_hotels/tests/test_abstract_location.py
src/django_hotels/tests/test_location_adapter.py
src/django_hotels/tests/test_models.py
static/.gitkeep