24 followers
Turning Imagination into reality with Code. Writes on advance topics in python & Django
Master the art of aggregations and complex queries using Django's ORM · Django's ORM is a powerful tool that can make interacting with your database as...
Step-by-step instructions for connecting to a PostgreSQL database from your local machine · Connecting to a PostgreSQL database running on an Ubuntu VPS...
Streamline your development workflow and enforce coding standards with pre-commit hooks · Using pre-commit tools can be a great way to improve the...
Define and Maintain Consistent Coding Styles Across All Editors and IDEs · The .editorconfig file is a simple configuration file that helps developers...
Don't let inheritance hold you back in your Django projects! Learn how to use the super() keyword to easily inherit attributes and methods from a pa.. ·...
In this tutorial, we will deploy a Django app over Ubuntu VPS with Gunicorn + Nginix + PostgreSQL. We are going to use Vultr VPS for this tutorial. · In...