Skip to content

Commit

Permalink
fix: allowed host issue on xblocks (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram authored Sep 4, 2024
1 parent fee0ef7 commit f098311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workbench/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
'url_root': '/static/djpyfs'}

DEBUG = True

ALLOWED_HOSTS = ['*']

if os.environ.get('EXCLUDE_SAMPLE_XBLOCKS') == 'yes':
EXCLUDED_XBLOCKS = {
'allscopes_demo',
Expand Down

0 comments on commit f098311

Please sign in to comment.