Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Aug 6, 2024
1 parent d11de7d commit cd108bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arches_lingo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@
# override this to permenantly display/hide the language switcher
SHOW_LANGUAGE_SWITCH = len(LANGUAGES) > 1

# TODO: remove when finalizing release
SILENCED_SYSTEM_CHECKS += ["arches.E002"]

try:
from .package_settings import *
except ImportError:
Expand Down

0 comments on commit cd108bd

Please sign in to comment.