Django Search Form Welcome to another part of the python tutorials. In this part you will learn how to create a search form so that you can search through the database or list from your it. As result, the search will find the nearest result to your searched item which…
Updates
#38 Search Form – Part 2 (Django Beginner to Intermediate Tutorials)
Django Search Form Welcome to another part of the python tutorials. In this part you will learn how to create a search form so that you can search through the database or list from your it. As result, the search will find the nearest result to your searched item which…
#37 Search Form – Part 1 (Django Beginner to Intermediate Tutorials)
Django Search Form Welcome to another part of the python tutorials. In this part you will learn how to create a search form so that you can search through the database or list from your it. As result, the search will find the nearest result to your searched item which…
#36 Upload – Part 4 (Django Beginner to Intermediate Tutorials)
How to Create a Form for Uploading Images in a Django App In this part of the Django tutorials, you will learn how to create a form for uploading images and create an App for posting the images of the users. Although this is a simple project, it will give…
#35 Upload Image -P art 3 (Django Beginner to Intermediate Tutorials)
How to Create a Form for Uploading Images in a Django App In this part of the Django tutorials, you will learn how to create a form for uploading images and create an App for posting the images of the users. Although this is a simple project, it will give…
#34 Upload Image – Part 2 (Django Beginner to Intermediate Tutorials)
How to Create a Form for Uploading Images in a Django App In this part of the Django tutorials, you will learn how to create a form for uploading images and create an App for posting the images of the users. Although this is a simple project, it will give…
#33 Upload Image – Part 1 (Django Beginner to Intermediate Tutorials)
How to Create a Form for Uploading Images in a Django App In this part of the Django tutorials, you will learn how to create a form for uploading images and create an App for posting the images of the users. Although this is a simple project, it will give…
#31 Excel Generation – Part 2 (Django Beginner to Intermediate Tutorials)
Excel File Generation in Django In this part of the Django tutorials, you will learn how to automatically create Excel files from the database tables. As a result, the user will be able to download the excel file of the desired specific data of the database according to the latest…
#32 Admin Panel
Django Admin Panel In this part of the Django tutorials, you will learn how to work with the Django Admin panel. First things first, you need to create a superuser to be able to login to the panel and then you can add users, set so many different…
#30 Excel File Generation in Django – Part 1 (Django Beginner to Intermediate Tutorials)
Excel File Generation in Django In this part of the Django tutorials, you will learn how to automatically create Excel files from the database tables. As a result, the user will be able to download the excel file of the desired specific data of the database according to the latest…