Backup models implementation

This commit is contained in:
Eduardo Silva 2024-03-17 10:43:19 -03:00
parent a8952676d7
commit 15fdbe00fa
12 changed files with 183 additions and 1 deletions

6
backup/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class BackupConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'backup'