mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-22 03:44:30 +02:00
Backup models implementation
This commit is contained in:
parent
a8952676d7
commit
15fdbe00fa
12 changed files with 183 additions and 1 deletions
6
backup/apps.py
Normal file
6
backup/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BackupConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'backup'
|
Loading…
Add table
Add a link
Reference in a new issue