We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60384af commit f72b2d6Copy full SHA for f72b2d6
src/django_idom/config.py
@@ -5,7 +5,6 @@
5
6
7
IDOM_REGISTERED_COMPONENTS: Dict[str, ComponentConstructor] = {}
8
-IDOM_IGNORE_INSTALLED_APPS = set(getattr(settings, "IDOM_IGNORE_INSTALLED_APPS", []))
9
10
IDOM_BASE_URL = getattr(settings, "IDOM_BASE_URL", "_idom/")
11
IDOM_WEBSOCKET_URL = IDOM_BASE_URL + "websocket/"
0 commit comments