Django Forms Tutorial – Working with Forms in Django

Hello friends, welcome to Django Forms Tutorial. We already posted a couple of tutorials for Python Django Framework. Today we will learn how we can handle Forms in this Django Forms Tutorial. If you are an absolute beginner in Python Django Framework, then follow the previously published post first. You can go to the previous posts … Read more

Django Templates Tutorial – Creating A Simple Template

django templates tutorial

Welcome to Django Templates Tutorial. In this tutorial, we will create a very simple Django Template. I already posted a couple of tutorials for getting started with Python Django Framework. In this Django Templates Tutorial, we will see how to create a simple template. If you haven’t read the previous post, then It would be good … Read more

Django Views Tutorial – Creating Your First View

django views tutorial

Hello friends, this is Django Views Tutorial. In the last post we have installed and configured python and Django web framework in our system. Now today in this Django Views Tutorial we will create our very first Django View. If you haven’t gone through the last tutorial, I will recommend you to follow the previous … Read more