Hello World, Welcome to projectsplaza.com. Today I am going to start a tutorial series of Django, here you will learn Django from scratch with an example project. In this series, We will create a blog application with Django and bootstrap 4. This is a very simple blog application. In this application, the following features will be available.
- Home page with the latest post
- Posts according to category
- Post detail page
- Add comments on the post
In this series, We are making example project with django 2, SQLite and bootstrap 4.
I have divided this series into the following tutorials. With the help of these tutorials, we will make our blog application.
- What is Django and how to install it?
- How to create projects and applications in Django?
- How to create a static application with Django?
- How to create a dynamic application with Django?
- How to create and use an admin panel in Django?
- How to deploy a Django application on the server?
These tutorials are further divided into small parts. We will discuss those parts in a specific tutorial.
I hope you will enjoy this series. Please add your feedback about this series in the comment section. You can download Django scripts here.