Django URL Dispatcher | URL Patterns

If you need to create the URL in the Django project for displaying views data, then you will have to learn Django URL Dispatcher. In this tutorial, You will learn to create single or multiple URL patterns inside the Django project and App step by step. So you should not miss any single step. Because … Read more

Function Based View in Django

If you want to display HTML, Text, files & more on front-end of your django project, then you will certainly have to learn Function based view in Django. In this tutorial, you will know some easy steps to create single & multiple view function for you web application. So that you can easily show static … Read more

How to Create Django App

If you want to create a project using Django then you will also have to learn how to create a Django app that will help you to develop different tasks of your project quickly. For your better understanding, I have explained Django applications with some examples. Once you learn it, you can easily any kind … Read more

How to Create Django Project

If you have to create your project using Django framework, then you will have to learn How to create Django Project. After that, you can write your own custom code in the installed project to develop your own web application. So, I have provided here all the required information about creating project in Django and … Read more

How to Install Django on Windows & Ubuntu

In this tutorial, you will learn how to install Django on Windows & ubuntu step by step. Also, you will know to create Django Project globally or in a Separate Virtual Environment. If you are going to develop a project using Django Framework, then you will have to install Django in your system. After that, … Read more