kumify/gpslog
Kumi a6025dee31
fix: Switches DecimalFields to FloatFields in GPSPoint
Converts battery, accuracy, speed, and bearing fields from
DecimalField to FloatField in GPSPoint model for improved
performance and simplified operations. Updates migration to
reflect these changes, ensuring consistency across the database.
2024-11-18 06:42:36 +01:00
..
migrations fix: Switches DecimalFields to FloatFields in GPSPoint 2024-11-18 06:42:36 +01:00
__init__.py Start gpslog app 2022-09-07 16:15:22 +00:00
admin.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
apps.py Start gpslog app 2022-09-07 16:15:22 +00:00
models.py fix: Switches DecimalFields to FloatFields in GPSPoint 2024-11-18 06:42:36 +01:00
tests.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
urls.py Start development of gpslog module 2022-09-09 16:59:13 +00:00
views.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00