Skip to content

Commit f2009b9

Browse files
authored
fix: Fix quality issues of the Video Block (#143)
* fix: fix quality check for video block code * chore: update package.lock.json
1 parent 86473be commit f2009b9

File tree

16 files changed

+3114
-107
lines changed

16 files changed

+3114
-107
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
USE_TZ=True,
2727
LANGUAGE_CODE="en-us",
2828
LANGUAGES=[("en", "English")],
29+
INSTALLED_APPS=[
30+
"edxval",
31+
],
32+
TRANSCRIPT_LANG_CACHE_TIMEOUT=60 * 60 * 24, # 24 hours, required by edxval
2933
)
3034

3135
django.setup()

0 commit comments

Comments
 (0)