#django
Read more stories on Hashnode
Articles with this tag
You have just decided to use Celery in your Django project and configured it already. All tasks are now created and are running correctly. So you...
Fix Django logging the right way ยท If you are working on Django, you might have faced difficulty in configuring logging with a dict in settings.py file....
Django Rest Framework(DRF) makes it simple to create usual paginated responses for you by just using a ModelSerializer and ModelViewSet. For example,...