Files
zulip/zerver/__init__.py
Anders Kaseorg 6e4c3e41dc python: Normalize quotes with Black.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-12 13:11:19 -08:00

3 lines
127 B
Python

# Load AppConfig app subclass by default on django applications initialization
default_app_config = "zerver.apps.ZerverConfig"