dashboard/oauth/integrations/apps.py

7 lines
162 B
Python
Raw Normal View History

from django.apps import AppConfig
class IntegrationsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "oauth.integrations"