Насколько я знаю , это не особо страшно, если при создании нового контейнера значение будет отличаться от предыдущего
https://docs.djangoproject.com/en/2.2/ref/settings/#secret-key The secret key is used for: - All sessions if you are using any other session backend than django.contrib.sessions.backends.cache, or are using the default get_session_auth_hash(). - All messages if you are using CookieStorage or FallbackStorage. - All PasswordResetView tokens. - Any usage of cryptographic signing, unless a different key is provided. If you rotate your secret key, all of the above will be invalidated. Secret keys are not used for passwords of users and key rotation will not affect them.
Обсуждают сегодня