This commit is contained in:
2026-04-03 15:15:41 +03:30
parent bd0d04256c
commit e2728871ee
36 changed files with 1071 additions and 222 deletions
+7
View File
@@ -0,0 +1,7 @@
from django.apps import AppConfig
class SensorCatalogConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "sensor_catalog"
verbose_name = "Sensor Catalog"