mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-02-21 18:32:01 +00:00
7 lines
146 B
Python
7 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DevicesConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "devices"
|