Add relations export and remote full backup/restore.

Expose GET/POST /api/v1/export/ for server dumps and add import UI for relations (CSV/JSON) plus remote backup controls.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
gitrusprus
2026-07-06 17:05:13 +03:00
co-authored by Cursor
parent f5937040fa
commit f6eff89642
9 changed files with 865 additions and 9 deletions
+1
View File
@@ -4,4 +4,5 @@ from . import views
urlpatterns = [
path('import/', views.ImportContactsView.as_view(), name='import-contacts'),
path('export/', views.ExportDumpView.as_view(), name='export-dump'),
]