2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:28:23 +00:00

avoiding rust version incompatibility bug

This commit is contained in:
2025-08-28 15:46:30 +03:00
parent 26332d86e7
commit eec9760b6c
2 changed files with 231 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
import base64
import json
import os
from cryptography.fernet import Fernet
# from cryptography.fernet import Fernet # fails after server upgrade due to wsgi bug
from troggle.core.fernet import Fernet
from pathlib import Path
from django.conf import settings