- 3 min read
Django Taggit Tutorial
Tagging in django - Learn to add tags in django application: blog, article, post, tutorial.
- 1 min read
Git Remove All Commits History
Git: remove all commit history and reduce the repository size.
- 4 min read
Django Compressor Tutorial
pip install django_compressor: learn to optimize, compress and minify static files in django (HTML, CSS and JAVASCRIPT) for production.
- 3 min read
Adding Ssh Key To Github
Git & Github: Learn to generate and add ssh keys to github
- 3 min read
Python-Decouple: Manage Environment Variables In Django
Learn to manage environment variables for multiple django settings: development, production, testing, stage, etc
- 6 min read
Tinymce Django: Wysiwyg Editor
Tinymce Editor Django: Learn to install, integrate in django admin, templates and forms.
- 4 min read
How Do I Reset Django Migration
Django Migrations: Reset, Remove, Delete applied migrations and its folder.
- 5 min read
How To Create Custom Middleware In Django
Django Middlewares: Write your own custom middleware and activate it in settings.
- 6 min read
How Do I Use Ufw Firewall
UFW Firewall Ubuntu: Installation, Setup, Rules, Allow and Deny Connections, IP, PORT, Nginx, SSH ,etc
- 8 min read
Web Push Notification Using Python
How to implement webpush notifications using python and flask
- 3 min read
How Do I Set A Username And Password For Nginx?
Learn how to enable authentication in nginx with username and password
- 2 min read
Python Virtualenv Installation & Usage Guide
To work with different versions of packages and python, you need virtual environment. Follow this guide to learn virtualenv: install, activate, deactivate, delete..
- 3 min read
Install Postman Tar.Gz In Ubuntu Without Snap
Install postman tar.gz in Linux, Debian, Ubuntu without snap using terminal
- 3 min read
How To Get First Upwork Job | Land Your First $20 Job
Land you first upwork job in just 6 step, earn your first 20 dollars.
- 1 min read
Map Godaddy Domain To Ec2 Instance Using Digitalocean Nameservers
how to map godaddy domain name to ec2 instance using digitalocean nameservers
- 5 min read
How To Use/Integrate/Combine Django And React Together
Using Webpack, we will make a react build that will be served by django itself.
- 5 min read
Disqus Commenting System With Django
How to integrate disqus commenting system with your django site or django powered blog
- 1 min read
Point Godaddy Domain To Aws Ec2
How to point or map godaddy domain name to amazon aws ec2 instance
- 2 min read
Convert A Django Queryset To List
Use list(queryset) to convert a queryset to a list. Read more for alternate methods
- 3 min read
Which Is The Best Database For Django
Postgresql is the best database for django, as said in django's official documentation.
- 4 min read
Python 3 Installation & Setup Guide
Learn how to install latest and stable version of python3 and pip3 on windows, mac, debian (ubuntu)
- 6 min read
How To Structure A Django Project For Beginners
Learn how to set up a django-structure from scratch: organizing apps, static and media files, settings, and optimizing the site.
- 3 min read
How Do I Add Read Time To My Blog In Django
Use this readtime tag in django templates to calculate content reading time and display it.
- 4 min read
Why To Learn Python In 2021
Why to learn python in 2021.
- 3 min read
Master Python Basics
Learn about variable, type conversion, arithmetic and string operations in thi tutorial
- 2 min read
How To Redirect To Another Page In Django
The simplest way to do this is to use the function redirect() from the module django.shortcuts.
- 3 min read
Django Urls Regex: Path And Re_Path
How to use path in django urls and make regular expressions like a pro
- 1 min read
Upwork Readiness Test 2022 With Answers
how to pass upwork readiness test 2020. Find all the answers of upwork readiness test.
- 1 min read
Detecting Javascript Touch Gestures
Learn how to capture touch events like swipe left and right from mobile devices using javascript
- 2 min read
Install Free Vpn On Ubuntu - Protonvpn
how to install vpn for free on linux server
- 3 min read
How To Extend User Model In Django ? Create A Custom User Model Using Abstractuser
Implement and add extra fields to a custom user model in Django.
- 10 min read
Stripe Payment Gateway Integration In Django
To integrate stripe with django, first install pip install stripe and then follow the rest of the article to configure the webhook
- 8 min read
Roadmap To Become Python Developer In 2022
How to become a python developer? Follow these roadmap tips and become a top rated python developer.
- 2 min read
Raspberrypi Headless Setup
How to setup raspberry pi for the first time using wifi
- 2 min read
How To Setup A Ssl Certificate On Nginx For A Django Application
We will use Letsencrypt to get free ssl certificates and certbot for automatic setup. In a few minutes you can se https in your website.
- 2 min read
How To Create Custom Mixin In Django Class Based Views
A Mixin is a special kind of inheritance in Python (and other object-oriented languages) and it's starting to get a big rise in Django / Web Application Development. You can use a Mixin to allow classes in Python to share methods between any class.
- 8 min read
Git Commands For Beginners
Git tutorial on how to use git for version controlling with github
- 3 min read
Setting Up Wacom Intuos S Without Bluetooth In Ubuntu 18.04
How I fixed problems like only left side of wacom intuos s works properly and few other issues.
- 3 min read
Introduce Custom User Model In Middle Of A Django Project
How to implement custom user model in django in the middle of the project
- 22 min read
Django Orm Tutorial
In this guide you will learn about django querysets, model managers, field lookups, aggregate functions and query expressions.
- 1 min read
Upwork Top Rated Requirements And Benefits
Here is a list of criteria required for getting top rated profile on upwork
- 10 min read
Automatic Deployment Of Django App Via Github Actions
Automatic Deployment of Django App using Heroku and Github action:-
- 1 min read
Sticky Sidebar
How to create a stick sidebar navigation, 3 column layout like some blogs using bulma css
- 17 min read
Object Oriented Programming In Python
Learn classes, objects, class methods and variables, static methods and variables, instance methods and variabels, private methods and variables, property and getter, setter, inheritance, polymorphism, abstraction, method overloading and overriding - OOP
- 3 min read
Implement Facebook Messenger Customer Chat Plugin In Django
How to implement facebook messenger customer chat plugin in a django application
- 4 min read
How To Create Signals In Django
The Django Signals is a strategy to allow decoupled applications to get notified when certain events occur.
- 8 min read
Django Request Response Lifecycle
How does django request response cycle work
- 2 min read
Tuition Platform - Opensource Project Built Using Django, Djangorestframework And Vue.Js
A tuition plaform built using django and vue.js.
- 7 min read
Installing Python3, Phpmyadmin, Mysql And Nginx In Ubuntu
How to install python3, phpmyadmin, nginx, mysql on ubuntu
- 4 min read
Deploying Django Application With Nginx
How to setup python3, django, nginx and gunicorn for production in unutu
- 3 min read
Setting Up Python
How to install and setup python on windows, mac and os
- 3 min read
Docker: List Of Basic Commands And Usage
List of Basic docker commands with explaination. It will prepare you for interview question and can also help in django framework deployment
- 6 min read
Deploying Django Application With Nginx And Postgresql
How to setup nginx,django and postgresql
- 1 min read
Packages I Use For Development In Atom Editor
Must have extensions for atom editor required in programming or web development using python , django, html, css, javascript, jquery, bootstrap
- 1 min read
Queryparam Chrome Extension Tutorial
How to use and install queryparam chrome extension
- 2 min read
Nodejs And Npm Proper Installation And Uninstallation In Ubuntu
How to proper install and uninstall nodejs and npm in ubuntu
- 2 min read
Cookies In Django
How to use set_cookie, delete_cookie in django - set, get and delete cookies in django
- 12 min read
Django Migrations - Tutorial
Learn how Django’s ORM manages Django database migrations in this comprehensive guide.
- 1 min read
List Of Useful Websites For Software Engineers
List of useful websites for software engineers
Nitin Raturi's Blog
Helping you learn web development, web scraping, data science with python.