mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 09:42:10 +01:00
7 lines
163 B
Python
7 lines
163 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DataIntegrationConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "data_integration"
|