mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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"
|