[ADD] HORILLA BACKUP: Module for PSQL database backup to Google Drive (beta)

This commit is contained in:
Horilla
2025-02-13 17:14:54 +05:30
parent 9d533de275
commit 0913ff131a
17 changed files with 1435 additions and 600 deletions

9
horilla_backup/admin.py Normal file
View File

@@ -0,0 +1,9 @@
from django.contrib import admin
from .models import *
# Register your models here.
admin.site.register(LocalBackup)
admin.site.register(GoogleDriveBackup)