Joel Ayata

Results 5 comments of Joel Ayata

Tanks a lot!! I knew I was missing something basic! Now the task is in the database, but never is executed???? my code is very simple, it just change the...

After running "python manage.py process_tasks" to process the scheduled tasks I got this stack trace: ``` Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/django_background_task-0.1.8-py2.7.egg/background_task/tasks.py", line 160, in run_task tasks.run_task(task.task_name, args, kwargs)...

Yes it was exactly that, sorry English is not my native language..., I really want to get your app working in my project! after your corrections every seems to be...

Thanks, this pull request was very helpful. It works just fine with "python manage.py process_tasks" but the time issue still (the 'run_at' field in the db is about 4 or...

In my settings.py got this (defaults): ``` LANGUAGE_CODE = 'en-us' TIME_ZONE = 'UTC' USE_I18N = True USE_L10N = True USE_TZ = True ``` I'm using Ubuntu and this is the...