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 moreJuly 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 moreJuly 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 moreJuly 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 moreJuly 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 moreJune 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 moreJune 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 moreJune 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 moreJune 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 moreJune 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