The Missing How-to for Celery LoggingYou have just decided to use Celery into your Django project and configured it already. All tasks are now created and are running…Feb 14, 2021Feb 14, 2021
The Only Concise Guide to Django LoggingIf you are working on Django, you might have faced difficulty in configuring logging with a dict in settings.py file. You go about writing…Feb 14, 20211Feb 14, 20211
Nginx config to prevent invalid sock file access attacksOnce your site goes live there are some elements out there who keep trying to access your filesystem using an old UNIX hack of trying to…Feb 14, 2021Feb 14, 2021
Customizing Response of Django Rest Framework from RequestDjango Rest Framework(DRF) makes it simple to create usual paginated responses for you by just using a ModelSerializer and ModelViewSet…Aug 26, 2019Aug 26, 2019