kumify/gpslog
Kumi 4aa4af9613
feat: Add initial migrations for GPS and Mood modules
Introduced initial database migrations for GPS logging and Mood tracking functionality, setting the foundation for data model structures in these modules. The migrations define essential entities such as GPSTrack, GPSToken, GPSPoint for the GPS logging module, and Mood, Activity, Aspect among others for the Mood tracking module. This pivotal change enables storing and managing user-generated GPS and mood data efficiently, paving the way for the implementation of core features related to GPS tracking and mood analysis. By removing 'migrations/' from .gitignore, we ensure future migrations are tracked and version-controlled, facilitating smoother database schema updates and deployments.
2024-05-17 13:27:49 +02:00
..
migrations feat: Add initial migrations for GPS and Mood modules 2024-05-17 13:27:49 +02:00
__init__.py Start gpslog app 2022-09-07 16:15:22 +00:00
admin.py Start gpslog app 2022-09-07 16:15:22 +00:00
apps.py Start gpslog app 2022-09-07 16:15:22 +00:00
models.py Start development of gpslog module 2022-09-09 16:59:13 +00:00
tests.py Start gpslog app 2022-09-07 16:15:22 +00:00
urls.py Start development of gpslog module 2022-09-09 16:59:13 +00:00
views.py Start development of gpslog module 2022-09-09 16:59:13 +00:00