Sameer669 commited on
Commit
4d14b97
Β·
1 Parent(s): 46ecd10

Fix duplicate FIELD_ENCRYPTION_KEY definition

Browse files
Files changed (1) hide show
  1. petcare/settings.py +1 -4
petcare/settings.py CHANGED
@@ -185,10 +185,7 @@ SIMPLE_JWT = {
185
  'SIGNING_KEY': SECRET_KEY,
186
  }
187
 
188
- # ─────────────────────────────────────────────────────────────────────────────
189
- # Field Encryption (AES-256 via Fernet)
190
- # ─────────────────────────────────────────────────────────────────────────────
191
- FIELD_ENCRYPTION_KEY = config('FIELD_ENCRYPTION_KEY', default='')
192
 
193
  # ─────────────────────────────────────────────────────────────────────────────
194
  # Hugging Face Storage
 
185
  'SIGNING_KEY': SECRET_KEY,
186
  }
187
 
188
+
 
 
 
189
 
190
  # ─────────────────────────────────────────────────────────────────────────────
191
  # Hugging Face Storage