lifeisawavesorideit

Results 2 issues of lifeisawavesorideit

- **InfluxDB version:** e.g. 1.7.6 - **InfluxDB-python version:** e.g. 5.3.0 - **Python version:** e.g. 3.7.4 - **Operating system version:** Windows 10 I'm having issues with the precision of the timestamp...

Currently I'm using Django and a MongoDB configured with Djongo. These are my 2 classes: class Machine (models.Model): machine_type = models.ForeignKey(MachineType, related_name ='machine_types', on_delete = models.CASCADE) machine_customer = models.ForeignKey(Customer, related_name='machine_customers',...