Casvt / MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://casvt.github.io/MIND/
GNU General Public License v3.0
206 stars 10 forks source link

Fixes issue #4 #11

Closed Casvt closed 1 year ago

Casvt commented 1 year ago

Adds support for repeated reminders. This adds an extra requirement to the requirements.txt file, which is 'python-dateutil'. This also contains changes in the database structure, and as there is no database migration system yet, this breaks all current databases. However, it's development and next addition will be a db migration system so it's alright :)