You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According with the documentation the "list" is a supported value type.
So i try to store a list value:
"MY_CONSTANCE": (
[123, 456],
"try store list",
list,
),
but when i try to access to the admin config page i got the error:
Constance doesn't support config values of the type <class 'list'>. Please fix the value of 'MY_CONSTANCE'.
The text was updated successfully, but these errors were encountered:
According with the documentation the "list" is a supported value type.
So i try to store a list value:
but when i try to access to the admin config page i got the error:
Constance doesn't support config values of the type <class 'list'>. Please fix the value of 'MY_CONSTANCE'.
The text was updated successfully, but these errors were encountered: