clavay
clavay
The idea is to create a new recorded data table that is more simple to store numbers and boolean (one field) and allows to store strings. I made some test...
close #103
The value class key should be unique. Keep only one value for : - float 32, 48, 64 - int 8, 16, 32, 48, 64 - uint 8, 16, 32,...
Hello, I am working on a SCADA software using django : [PyScada](https://github.com/pyscada). I want to use SSE to send real time data and historic data to connected clients. The system...
When deleting a variable : ``` [19/Jun/2024 14:29:55] ERROR [pyscada.utils.scheduler:927] pyscada.event, unhandled exception Traceback (most recent call last): File "/home/pyscada/.venv/lib/python3.9/site-packages/django/db/models/fields/related_descriptors.py", line 218, in __get__ rel_obj = self.field.get_cached_value(instance) File "/home/pyscada/.venv/lib/python3.9/site-packages/django/db/models/fields/mixins.py", line...
The django.utils.timezone.utc alias to datetime.timezone.utc is removed in django 5.0. see https://docs.djangoproject.com/en/5.0/releases/5.0/#features-removed-in-5-0
1. fix form get_daterangepicker and get_timeline 2. update widget content defaults: - main content default to None - sidebar default to None - options default to {} 3. remove check:...
this should fix #147