You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, it's only possible to add one weight or measurement entry per day. While it doesn't make much sense to log this several times per day, it also doesn't hurt and it would make some of the logic more easy.
TODO: change the models from date to date time and remove the unique_together
The text was updated successfully, but these errors were encountered:
At the moment, it's only possible to add one weight or measurement entry per day. While it doesn't make much sense to log this several times per day, it also doesn't hurt and it would make some of the logic more easy.
TODO: change the models from date to date time and remove the
unique_together
The text was updated successfully, but these errors were encountered: