devicehub-django/api/apps.py
Cayo Puigdefabregas ad59484b03 api dir
2024-09-19 18:35:26 +02:00

7 lines
138 B
Python

from django.apps import AppConfig
class ApiConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'api'