9ec0807d3c
- Included sensor_data in the INSTALLED_APPS of settings.py. - Added URL path for sensor_data in urls.py to enable API access.
14 lines
219 B
Python
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 = [
|
|
]
|