import secrets print(f"SECRET_KEY={secrets.SystemRandom().getrandbits(128)}") print(f"SECURITY_PASSWORD_SALT={secrets.token_hex()}")