mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-04 11:44:42 +00:00
rename settings variable
This commit is contained in:
parent
69a305927e
commit
84acecc54d
1 changed files with 1 additions and 1 deletions
|
|
@ -87,4 +87,4 @@ ROSETTA_LANGUAGE_GROUPS = getattr(settings, 'ROSETTA_LANGUAGE_GROUPS', False)
|
|||
# Determines whether the MO file is automatically compiled when the PO file is saved.
|
||||
AUTO_COMPILE = getattr(settings, 'ROSETTA_AUTO_COMPILE', True)
|
||||
|
||||
SHOW_AT_ADMIN_PANEL = getattr(settings, 'SHOW_AT_ADMIN_PANEL', False)
|
||||
SHOW_AT_ADMIN_PANEL = getattr(settings, 'ROSETTA_SHOW_AT_ADMIN_PANEL', False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue