Léni Marvaud

Results 4 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...