Re: Celery & Docker Setup

2021-11-15 Thread Gabo LaTo
Try following the instructions here: https://docs.celeryproject.org/en/stable/django/first-steps-with-django.html And Let us know when you are stucked and where did you get stucked. I recommend sharing your code with a github link instead of writing as part of the email. It's easier for us to read

Re: Celery & Docker Setup

2021-11-10 Thread Edchel Stephen Nini
Yes you can add celery anywhere. Check out the full tutorial on how he did it. You're welcome. Keep safe, Ed On Thu, 11 Nov 2021 at 00:17, Trippy Samurai wrote: > Thanks edchels for the link considering the views is it possible to add? > > > On Wednesday, 10 November 2021 at 15:52:14 UTC+5:30

Re: Celery & Docker Setup

2021-11-10 Thread Trippy Samurai
Thanks edchels for the link considering the views is it possible to add? On Wednesday, 10 November 2021 at 15:52:14 UTC+5:30 edchels...@gmail.com wrote: > Checkout this tutorial > > https://realpython.com/asynchronous-tasks-with-django-and-celery/ > > On Wed, 10 Nov 2021 at 17:12, Trippy Samur

Re: Celery & Docker Setup

2021-11-10 Thread Edchel Stephen Nini
Checkout this tutorial https://realpython.com/asynchronous-tasks-with-django-and-celery/ On Wed, 10 Nov 2021 at 17:12, Trippy Samurai wrote: > Hello, > I have around 18 views in my views.py file how do i integrate with > celery,Please help me if anyone's aware > > *Views*.*py:* > > from django

Re: Celery & Docker Setup

2021-11-10 Thread Edchel Stephen Nini
Checkout this tutorial https://realpython.com/asynchronous-tasks-with-django-and-celery/ On Wed, 10 Nov 2021 at 17:12, Trippy Samurai wrote: > Hello, > I have around 18 views in my views.py file how do i integrate with > celery,Please help me if anyone's aware > > *Views*.*py:* > > from django

Celery & Docker Setup

2021-11-10 Thread Trippy Samurai
Hello, I have around 18 views in my views.py file how do i integrate with celery,Please help me if anyone's aware *Views*.*py:* from django import forms from django.contrib import auth from django.http import request from django.http.response import HttpResponse, HttpResponseRedirect from django