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:
@@ -22,6 +22,7 @@ INSTALLED_APPS = [
|
||||
"corsheaders",
|
||||
"tasks",
|
||||
"soil_data",
|
||||
"sensor_data",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
Reference in New Issue
Block a user