mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-14 12:14:23 +02:00
Backup data
This commit is contained in:
parent
cc54ba0f73
commit
c9a7a69d4b
16 changed files with 207 additions and 7 deletions
6
backup_data/apps.py
Normal file
6
backup_data/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BackupDataConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'backup_data'
|
Loading…
Add table
Add a link
Reference in a new issue