vabene1111
vabene1111
interesting idea, i see where this is coming from. We also have the issue of non food items being added to the food database trough the shopping function #1137 which...
i actually use the shopping list for everything from printing paper to cucumbers and honestly it has never caused me any issues that "non food" items are shown in the...
i guess thats technically not a bug but a feauter, @smilerz probably wanted to not loose any "granularity" when exporting since CSV is likely a format that is handled trough...
i hate apple so much for just randomly doing stupid things everywhere 🙈 but we had a similar issue lately somewhere else, should be fixable, thanks for reporting
thanks for the feedback 1. This is not a bug and they are not duplicated, they show both in the summary and the step. There will be an option for...
in what format would you like such a feature ? right now you can easily export the whole database using `pg_dump` or alternativley by creating django fixtures `python manage.py dumpdata...
Ok, a web based backup interface it is! I think this can and will be done but it proably wont be the biggest priority since there are many good options...
maybe https://github.com/django-dbbackup/django-dbbackup can be used in combination with #103 and a custom interface to configure/download/restore
while django-dbbackup in combination with https://github.com/timonweb/django-dbbackup-ui looks really good it appears to be full of bugs where people are having all kinds of problems different databases, special characters in the...
ok so i have decided to implement backups using djangos `dumpdata` and `loaddata` commands. - [ ] include mediafiles in backup - [ ] compress backup - [ ] non...