Add sensor_data app to Django settings and URL routing

- Included sensor_data in the INSTALLED_APPS of settings.py.
- Added URL path for sensor_data in urls.py to enable API access.
This commit is contained in:
2026-02-27 13:31:16 +03:30
parent 09e0c26c68
commit 9ec0807d3c
17 changed files with 589 additions and 0 deletions
@@ -0,0 +1,13 @@
# Generated by Django 5.2.11 on 2026-02-27 09:48
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('sensor_data', '0001_initial'),
]
operations = [
]