mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00: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"
|