Estimating the Effort of Development of a Django Application

This is a very common problem that every developer will eventually face at some point. Your boss or a client comes witha set of requirements and asks you to … Read more

Similar

Building a chat room using Django Channels

TL;DR : Demo is here and the code is on Github. In this post I explain how you can build a chat room using Django Channels. A standard Django application handles http requests using a request-response lifecycle. A request is sent from the user’s browser, ... (more…)

Read more »