Building a social network isn't just a really cool project, but it's also a project that can teach you a lot of new cool things. In this video we will begin ... (more…)
Read more »
Recently, I gave a talk, Type Check your Django app at two conferences - Euro Python 2021 and PyCon India 2021. The talk was about adding Python gradual typing to Django using third-party package Django-stubs focussed heavily around Django Models. The blo... (more…)
Read more »
A tutorial on deploying a production-reading Django application on Microsoft Azure... (more…)
Read more »
One of the advantages of Django is ORM. Instead of writing raw SQL to fetch and display values we can use Django ORM. It’s simple and easy way to get value from database and then display it in a web page. (more…)
Read more »
This post explains step-by-step how to create a custom User model in Django. (more…)
Read more »