How to Configure Celery and Celery Beat with Django deployed on Elastic Beanstalk Amazon Linux 2 with Elasticache as Redis server?

2022-09-23 Thread Edchel Stephen Nini
*Overview:* In our Django web app, there are some background tasks that we want to run every midnight. With this, I tried celery with celery beat. I was able to successfully implement background task scheduler with celery beat and worker with Redis as Celery broker following the tutorial on: 1

What's the best, most recommended way for handling model field encryption and decryption? Any python or django specific libraries?

2022-04-25 Thread Edchel Stephen Nini
Good day everyone, What's the best/most recommended way to handle encryption in Model fields, like email, credit card number, etc? Also decrypting the said encrypted fields and presenting data back in views, templates, etc? What is the recommended workflow? Do you know of any python or django speci

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 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

Re: Hi, How can I implement Microservices and Serverless with Django on AWS?

2021-10-31 Thread Edchel Stephen Nini
Thank you for your reply. Will check this links out! Thanks a lot 😀 On Sat, Oct 30, 2021, 9:29 PM MR INDIA, wrote: > Microservices can be implemented via APIs Rest Or Graphql it is your > choice and as a matter of fact Django can run server less infrastructures. > See this talk about server les

Hi, How can I implement Microservices and Serverless with Django on AWS?

2021-10-29 Thread Edchel Stephen Nini
Just attended yesterday the AWS Innovate Modern Applications in this link: https://innovate-modernapps-apj.virtual.awsevents.com/ I'm really interested on the Microservices and Serverless approach. How can I implement this with django? Thanks in advance! Sincerely, Ed -- You received this me