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
I noticed that in the documentation, the section for HASHID_FIELD_SALT mentions "50-character random string; docs," but the link provided for "docs" is broken.
Additionally, I observed that the generation method for HASHID_FIELD_SALT is the same as that for DJANGO_SECRET_KEY. Could you clarify the differences in their roles within the project? Specifically, how do these two keys function differently despite their similar generation algorithms?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that in the documentation, the section for
HASHID_FIELD_SALT
mentions "50-character random string; docs," but the link provided for "docs" is broken.Additionally, I observed that the generation method for
HASHID_FIELD_SALT
is the same as that forDJANGO_SECRET_KEY
. Could you clarify the differences in their roles within the project? Specifically, how do these two keys function differently despite their similar generation algorithms?Thank you!
The text was updated successfully, but these errors were encountered: