Carga
This commit is contained in:
2025-04-17 00:35:33 -06:00
parent 4977462629
commit 67fc72aed5
1333 changed files with 1077639 additions and 0 deletions

10
moviles/forms.py Normal file
View File

@@ -0,0 +1,10 @@
from django import forms
from .models import sensormovil
class Formsensoresm(forms.ModelForm):
class Meta:
model = sensormovil
fields = ('idsensor', 'temps1', 'temps2', 'temps3', 'temps4', 'temps5', 'temps6', 'temps7', 'temps8', 'temps9')