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 … [Read more...] about Django URL Dispatcher | URL Patterns
Django
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 … [Read more...] about Function Based View in Django
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 … [Read more...] about How to Create Django App
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 … [Read more...] about How to Create Django Project
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 … [Read more...] about How to Install Django on Windows & Ubuntu