Files
Ai/sensor_data/migrations/0002_seed_initial_parameters.py
T
sajad-dev 9ec0807d3c 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.
2026-02-27 13:31:16 +03:30

14 lines
219 B
Python

# 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 = [
]