Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix styling
  • Loading branch information
Archmonger committed Jan 12, 2022
commit 35b434e81e614e4e54231b6fd3a498eedc7c85e1
1 change: 1 addition & 0 deletions src/django_idom/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from django.core.cache import DEFAULT_CACHE_ALIAS
from idom.core.proto import ComponentConstructor


os.environ["IDOM_DEBUG_MODE"] = str(int(settings.DEBUG))

IDOM_REGISTERED_COMPONENTS: Dict[str, ComponentConstructor] = {}
Expand Down