How to create a custom login, logout and signup system in Django.

July 18, 2020  Tutorials

This is a series of tutorial in which we will teach you how to create home page, login, logout and signup system in Django. We will explain each of the above steps in different parts.

Read more


How to add Django sitemap for search engines.

July 11, 2020  Tutorials

In this article we will explain the process of adding sitemaps in your django project which will help the search engines like google to crawl through all the pages in your website.

Read more


How to add django slug url for blogs

July 11, 2020  Tutorials

Slug url are custom url where we can define the context of the content which will give more sense to the user in comparison to integer field. This article is based on generating slug and automating the slug generation process.

Read more


Top 10 easy programs every beginner should try.

July 6, 2020  Tutorials

In this article we will provide a list of 10 easy programs which will help a beginner to make his basics strong. We will also provide explanation to each program as hint which will help you to understand the requirements right.

Read more


How to host a Django website with Apache, Postgres and Ubuntu.

July 5, 2020  Tutorials

If your website's development and testing phase is completed on Django inbuilt server, you can follow this tutorial. It will help you to host a django website with Apache web server software and Postgres database on Ubuntu.

Read more


How to access a server using PuTTY.

June 30, 2020  Tutorials

Here we are explaining the process to access a server using an application called PuTTY. The access to server will be established using username-password or username-ssh keys/private keys. All the steps will be explained in detail to assist user in a better way.

Read more


How to host your website for free on Amazon web services (AWS)?

June 29, 2020  Tutorials

In this article we will introduce you to one of the amazing hosting service using which you will be able to host your website on any server all around the globe for free.

Read more


How the web works - backend and frontend role in request-response cycle.

June 20, 2020  Technology

Whenever we search in our web browser, a lot of things happens behind the scene which we as a user never cares. Some of these users wants to understand this process and to meet their curiosity we are publishing this article.

Read more


How to make a simple website in django (Part 2 : Explanation)

June 20, 2020  Tutorials

This article is continuation of How to make a simple website in django. Here in this article we will provide explanation for all the steps we have followed while creating our website in our previous article.

Read more


How to make a simple website in Django: a python web framework.

June 20, 2020  Tutorials

There are lot of languages which supports website development e.g. PHP, Java, Ruby etc. Python too have many and Django is one of these. In this article we will build a simple website to display Hello World in the browser.

Read more