feat / AEB-62 add additional DB schema for objects logic

This commit is contained in:
Timofey
2025-10-06 14:55:46 +03:00
parent a822ea587c
commit 5a0bb27c95
11 changed files with 426 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
def register_object_upload_path(instance, filename):
"""Генерирует путь: media/objects/{filename}"""
return f"objects/{filename}"