We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ff5e6 commit 053f391Copy full SHA for 053f391
1 file changed
docs/usage/admin-panel.md
@@ -94,7 +94,7 @@ You can also manually generate a key using the `Fernet` library in Python:
94
```python
95
from cryptography.fernet import Fernet
96
key = Fernet.generate_key().decode()
97
-print(key)```
+print(key)
98
```
99
100
You can then set this key in your environment or `.env` file:
0 commit comments