mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
3 lines
127 B
Python
3 lines
127 B
Python
# Load AppConfig app subclass by default on django applications initialization
|
|
default_app_config = "zerver.apps.ZerverConfig"
|