Akere Mukhtar
Akere Mukhtar's Blog

Akere Mukhtar's Blog

Follow
homebadges

Asynchronous and Periodic tasks with Django using Celery and Redis

Jun 11, 20213 min read

Source: Celery Hey readers, today I will be talking about running asynchronous with Django using Celery and Redis as our message broker. Background...

Asynchronous and Periodic tasks with Django using Celery and Redis

Django Abstract Models

May 1, 20213 min read

Fighting the DRY battles ยท Image credit Unsplash Scenario 1 Fat models, skinny views Handle your business logic in models These are what are...

Django Abstract Models