[ADD] HORILLA BACKUP: Module for PSQL database backup to Google Drive (beta)
This commit is contained in:
9
horilla_backup/admin.py
Normal file
9
horilla_backup/admin.py
Normal 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user