mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-09 17:54:24 +02:00
6 lines
144 B
Python
6 lines
144 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BackupConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'backup'
|