mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We're still investigating the situation with Django 3.2's changes to
password salting configuration, and want to hold off on including this
in a release until we've completed that investigation.
This reverts commit 1d9fb4f988
.
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"
|