mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +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"
|