FIX data_encryption: readme typo

This commit is contained in:
David Beal 2023-03-18 10:00:23 +01:00 committed by GitHub
parent 2c0ad9e1e0
commit d287f2c66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ In the configuration file of your production environment, you may want to config
all your other environments encryption key. This way, from production you can encrypt and decrypt
data for all environments.
You can generate keys with python -c 'from cryptography.fernet import Fernet; print Fernet.generate_key()'.
You can generate keys with python -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key())'.