Article Archive

How To Setup and Install PostGreSQL in Windows
Last updated on 9th December 2021 by Apoorv Garg | Category: Django Tutorial
install PostgreSQL– PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development. Its installation and setup is a simple one time operation, thus is suitable for development. It has a wide range of uses and applications throughout the field of technology. Thus it has earned a strong reputation for […]
Django REST Framework Tutorial – Change and Reset Password
Last updated on 4th August 2022 by H Sayyed | Category: Django Tutorial
In this tutorial you will learn how to create Change / Update Password and Reset / Forgot Password API using Django Rest Framework. This tutorial is a second part of our Django REST Framework Tutorial – Register Login Logout API. Change Password API using Django Rest Framework Django Change Password API will create a new […]
Django REST Framework Tutorial – Register Login Logout API
Last updated on 9th May 2021 by H Sayyed | Category: Django Tutorial
In this tutorial, you will learn how to create User Registration, Login and Logout System using Django Rest Framework. For this tutorial we will use Django Rest Knox Library for Token Based Authentication System for Rest Framework. Knox provides easy to use authentication for Django REST Framework. Knox authentication is token based, similar to the TokenAuthentication […]
How to use Python Socket IO with Django
Last updated on 4th December 2021 by H Sayyed | Category: Django Tutorial
Learn to use socketio with django. This tutorial is update to django-socketio. In this tutorial i will explain how to use python-socketio Library with Django Integrations. Learn how to integrate Python Socket IO with Django WsGi Server and build real time applications like games, chat, chatbot. This is an alternative to Django Channels where it […]
Django React Setup – Best Project Structure
Last updated on 9th May 2021 by H Sayyed | Category: Django Tutorial
Learn the best way to setup your Django and ReactJS Project by following best folder structure practice. We will use Django Rest Framework with ReactJS with to create interactive beautiful dynamic website. This is best Folder structure for React and Django REST. Let’s get started Django + ReactJS Project Setup Django and Django Rest Framework […]
Finding objects in images with IBM Watson Visual Recognition
Last updated on 27th November 2021 by H Sayyed | Category: Data Science & ML
This tutorial, will teach you, how to use IBM Watson for finding objects in Images using Visual Recognition on IBM Cloud. I will teach you how to use IBM Cloud to use AI Visual Recognition API. We will be using Watson Visual Recognition for this project. What you will be doing – On IBM Cloud, […]
Django Slug Tutorial: Generating Unique URLs for Your Web App
Last updated on 5th March 2023 by H Sayyed | Category: Django Tutorial
When building a web application, it is essential to create unique URLs for each page to ensure that they can be easily accessed and shared by users. In Django, this can be achieved by using a slug field to generate unique URLs for each item in a database. A slug is a URL-friendly version of […]
How to Upload and Display Image in Django using ImageField
Last updated on 8th December 2021 by H Sayyed | Category: Django Tutorial
Learn how to Upload and Display Images in Django and store it in model using ImageField. You can upload multiple images using this Django Tutorial. For uploading any image or file in Django, we need to install Pillow – pip install Pillow So the first step is add bellow code in settings.py of your django […]
Create Web Based ChatBot in Python, Django, Flask
Last updated on 16th November 2021 by H Sayyed | Category: Python Tutorial
Learn how to create Chatbot in Python. I this tutorial, we will use Chatterbot Library for creating the chat bot. We will use Flask Framework for deploying the chatbot on web. This tutorial change be used with Django also. Every Chatbot has a theme. Our chatbot is going to Answer the Questions of User of […]
Host Django Website Application for Free in 5 Minutes
Last updated on 27th November 2021 by H Sayyed | Category: Django Tutorial
Learn how to Host Django Application for free at no cost. Simple and Easy step for hosting Django Website on the Internet without any money within 5 minutes. We will be using Python Anywhere for hosting our application on Cloud. Free Hosting – host without cost which has Simple and Ready to use Python Environment […]