Blog

Viewing posts tagged django

Mastering "Search" in Django - Postgres

Introduction

Although a simple concept, searching is something that many of us (developers) try skimping on and hence reduce the overall quality of user experience, due to irrelevant search results and illogical search ranking.

Logging in Django

Introduction

Logging is a very important aspect of software development and maintenance. It helps out the developer point out the bugs, errors, point of failures and potential vulnerabilities of an application. Thus it was but obvious that Django comes bundled with its own logging module.

Dynamically include/exclude fields to Django Rest Framwork serializers based on user requests

When using serializers with django rest framework, retrieving all fields of the models might cause unnecessary traffic. This can be avoided with careful design.

A curated list of Django packages that we frequently use at cowhite

Here is a list of Django packages that we frequently use in our development at Cowhite and we hope this will help you too. And this list is going to be updated regularly.

DJango Oauth Toolkit - Authenticating users with access tokens

This is the continuation of our previous post which explains how to build APIs that are protected with OAuth2. We are using Django OAuth Toolkit and I am assuming that you have already followed the previous post.

Recent Posts

Archive

2022
2021
2020
2019
2018
2017
2016
2015
2014

Tags

Authors

Feeds

RSS / Atom