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
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
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
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
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
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
6 matches
Mail list logo