Léni Marvaud

Results 7 comments of Léni Marvaud

You forgot to setup django : (cf. http://stackoverflow.com/questions/24793351/django-appregistrynotready) ``` python import os import django from celery import Celery # set the default Django settings module for the 'celery' program. os.environ.setdefault('DJANGO_SETTINGS_MODULE',...

> I believe #30 would address this, right? Absolutely

Hey there, you should report this error on https://github.com/horiuchi/dtsgenerator (used by : https://github.com/anttiviljami/dtsgenerator)

> I am open to any contribution which eliminate this issue popping up again and again for the users Is it really a celery's bug ? Django raise the exception...

Hello, A solution may be to use `0` (zero) as the amount and to hide this amount in the list. This solution is use by the app cookbookmanager.com (cf. [What...

@seyfeb proposed something like that in a [comment](https://github.com/nextcloud/cookbook/issues/706#issuecomment-1817810795) of the issue [Timer per step](https://github.com/nextcloud/cookbook/issues/706) > For the sake of completeness: On some other recipe/cooking website or app (can't remember which...

This seem to be ~the same issue as~ _related to_ : https://github.com/nextcloud/cookbook/issues/1987