Files
zulip/zerver/__init__.py
Tim Abbott c9097bd7ae Revert "django: Upgrade Zulip to Django 3.2 LTS."
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.
2021-05-03 17:32:23 -07:00

3 lines
127 B
Python

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