Skip to content

Commit f72b2d6

Browse files
committed
remove unused config option
1 parent 60384af commit f72b2d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/django_idom/config.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
IDOM_REGISTERED_COMPONENTS: Dict[str, ComponentConstructor] = {}
8-
IDOM_IGNORE_INSTALLED_APPS = set(getattr(settings, "IDOM_IGNORE_INSTALLED_APPS", []))
98

109
IDOM_BASE_URL = getattr(settings, "IDOM_BASE_URL", "_idom/")
1110
IDOM_WEBSOCKET_URL = IDOM_BASE_URL + "websocket/"

0 commit comments

Comments
 (0)