README.md
setup.py
config/settings.py
config/urls.py
huscy.bookings.egg-info/PKG-INFO
huscy.bookings.egg-info/SOURCES.txt
huscy.bookings.egg-info/dependency_links.txt
huscy.bookings.egg-info/requires.txt
huscy.bookings.egg-info/top_level.txt
huscy/bookings/__init__.py
huscy/bookings/models.py
huscy/bookings/serializers.py
huscy/bookings/services.py
huscy/bookings/urls.py
huscy/bookings/views.py
huscy/bookings/migrations/0001_initial.py
huscy/bookings/migrations/__init__.py
tests/conftest.py
tests/test_book_timeslot.py
tests/test_create_timeslot.py
tests/test_delete_timeslot.py
tests/test_timeslot.py
tests/test_timeslot_manager.py
tests/test_unbook_timeslot.py
tests/test_update_timeslot.py
tests/services/test_get_timeslots_for_project.py
tests/viewsets/test_project_viewset_get_timeslots.py