mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 01:40:07 +03:00
Implemented WebSocket-based video synchronization for Watch Parties, allowing the host to control playback (play, pause, seek) for all viewers. - Added `WatchPartyConsumer` in `content/consumers.py` handling `video_control` and `chat_message` types. - Updated `aniscrap_core/asgi.py` to route `ws/watch-party/` to the new consumer. - Updated `templates/watch_party.html` to connect to the new endpoint and handle video events. - Added basic connection test in `content/tests/test_watch_party_consumer.py`. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
4 lines
102 B
INI
4 lines
102 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = aniscrap_core.settings
|
|
python_files = tests.py test_*.py *_tests.py
|