Unlike bytes() which accepts only a string, force_bytes() accept all sort of input type. This is required since SECRET_KEY may be either a string or bytes.