Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ GIT_REPO=your_git_repo_to_deploy
GIT_BRANCH=your_repo_branch
ALLOWED_HOSTS=example.com,www.example.com,127.0.0.1,localhost
CSRF_TRUSTED_ORIGINS=http://domain.com
# Note: YOUTUBE_STREAM_KEY is no longer needed - teachers configure their stream keys in their profile settings
2 changes: 1 addition & 1 deletion web/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"http": django_asgi_app,
"websocket": AuthMiddlewareStack(URLRouter(websocket_urlpatterns)), # type: ignore
}
},
)

# Wrap the entire router so both HTTP and WebSocket errors reach Sentry
Expand Down
Empty file added web/mass_class/__init__.py
Empty file.
Loading