mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-06-21 01:25:41 +02:00
7 lines
169 B
Python
7 lines
169 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class IntegrationManagerConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'integration_manager'
|