Posts

Showing posts from August, 2024

#48 Blog - Part 9 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/48-blog-part-9-django-beginner-to-intermediate-tutorials/?feed_id=9579&_unique_id=66d3f2da2c1d8

#47 Blog - Part 8 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/47-blog-part-8-django-beginner-to-intermediate-tutorials/?feed_id=9563&_unique_id=66d349b24f9ab

#46 Blog - Part 7 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/46-blog-part-7-django-beginner-to-intermediate-tutorials/?feed_id=9547&_unique_id=66d2a222c6698

#45 Blog - Part 6 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/45-blog-part-6-django-beginner-to-intermediate-tutorials/?feed_id=9531&_unique_id=66d1f8c7a3453

#44 Blog - Part 5 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/44-blog-part-5-django-beginner-to-intermediate-tutorials/?feed_id=9515&_unique_id=66d15031831de

#43 Blog - Part 4 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/43-blog-part-4-django-beginner-to-intermediate-tutorials/?feed_id=9499&_unique_id=66d0a6de05ff1

#42 Blog - Part 3 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/42-blog-part-3-django-beginner-to-intermediate-tutorials/?feed_id=9483&_unique_id=66cffe8abe9c0

#41 Django Blog - Part 2 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/41-django-blog-part-2-django-beginner-to-intermediate-tutorials/?feed_id=9467&_unique_id=66cf557323f07

#40 Blog - Part 1 (Django Beginner to Intermediate Tutorials)

Image
How to Create a Blog App in Django Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website. Watch The Video on Youtube https://blog.arashtad.com/updates/40-blog-part-1-django-beginner-to-intermediate-tutorials/?feed_id=9451&_unique_id=66ceacf51628a

#39 Search Form - Part 3 (Django Beginner to Intermediate Tutorials)

Image
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 means that even if you enter a letter, there are still chances that you find some results coming up from your database. Watch The Video on Youtube https://blog.arashtad.com/updates/39-search-form-part-3-django-beginner-to-intermediate-tutorials/?feed_id=9435&_unique_id=66ce0432f38af

#38 Search Form - Part 2 (Django Beginner to Intermediate Tutorials)

Image
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 means that even if you enter a letter, there are still chances that you find some results coming up from your database. Watch The Video on Youtube https://blog.arashtad.com/updates/38-search-form-part-2-django-beginner-to-intermediate-tutorials/?feed_id=9419&_unique_id=66cd5ad053bda

#37 Search Form - Part 1 (Django Beginner to Intermediate Tutorials)

Image
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 means that even if you enter a letter, there are still chances that you find some results coming up from your database. Watch The Video on Youtube https://blog.arashtad.com/updates/37-search-form-part-1-django-beginner-to-intermediate-tutorials/?feed_id=9403&_unique_id=66ccb282076c2

#36 Upload - Part 4 (Django Beginner to Intermediate Tutorials)

Image
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 you an insight about creating greater projects like Instagram. There are four parts for this tutorial and in the end you will successfully manage to create an app that can upload images and show them on the home page. Watch The Video on Youtube https://blog.arashtad.com/updates/36-upload-part-4-django-beginner-to-intermediate-tutorials/?feed_id=9387&_unique_id=66cc094edd686

#35 Upload Image -P art 3 (Django Beginner to Intermediate Tutorials)

Image
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 you an insight about creating greater projects like Instagram. There are four parts for this tutorial and in the end you will successfully manage to create an app that can upload images and show them on the home page. Watch The Video on Youtube https://blog.arashtad.com/updates/35-upload-image-p-art-3-django-beginner-to-intermediate-tutorials/?feed_id=9371&_unique_id=66cb6251739e6

#34 Upload Image - Part 2 (Django Beginner to Intermediate Tutorials)

Image
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 you an insight about creating greater projects like Instagram. There are four parts for this tutorial and in the end you will successfully manage to create an app that can upload images and show them on the home page. Watch The Video on Youtube https://blog.arashtad.com/updates/34-upload-image-part-2-django-beginner-to-intermediate-tutorials/?feed_id=9355&_unique_id=66cab8839637c

#33 Upload Image - Part 1 (Django Beginner to Intermediate Tutorials)

Image
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 you an insight about creating greater projects like Instagram. There are four parts for this tutorial and in the end you will successfully manage to create an app that can upload images and show them on the home page. Watch The Video on Youtube https://blog.arashtad.com/updates/33-upload-image-part-1-django-beginner-to-intermediate-tutorials/?feed_id=9339&_unique_id=66ca0f1a50d40

#32 Admin Panel

Image
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 variables options for the new users such as checking or unchecking the box related to superuser or not and so on. Notice that you can also have multiple superusers. Watch The Video on Youtube https://blog.arashtad.com/updates/32-admin-panel/?feed_id=9323&_unique_id=66c9668ea7ce4

#31 Excel Generation - Part 2 (Django Beginner to Intermediate Tutorials)

Image
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 update of the database. The link to download the attachment will be placed on the navbar list items. Watch The Video on Youtube https://blog.arashtad.com/updates/31-excel-generation-part-2-django-beginner-to-intermediate-tutorials/?feed_id=9307&_unique_id=66c8bdad35fe9

#30 Excel File Generation in Django - Part 1 (Django Beginner to Intermediate Tutorials)

Image
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 update of the database. The link to download the attachment will be placed on the navbar list items. Watch The Video on Youtube https://blog.arashtad.com/updates/30-excel-file-generation-in-django-part-1-django-beginner-to-intermediate-tutorials/?feed_id=9291&_unique_id=66c815769f4d1

#29 PDF files in Django - Part 2 (Django Beginner to Intermediate Tutorials)

Image
How to automatically create PDF files in Django (Part 2) In this part of the Django tutorials, you will learn how to automatically create a PDF file from the data of your database tables or anything else that keeps updating. You can create a customized report for app users and so on. We will continue with the example of classmates which we worked on at the beginning of the Django course. And we want the app to automatically generate the latest list of the class to the users. The library that we are going to use is report lab which you will need to install in your virtual environment. Watch The Video on Youtube https://blog.arashtad.com/updates/29-pdf-files-in-django-part-2-django-beginner-to-intermediate-tutorials/?feed_id=9275&_unique_id=66c76c24e052c

#28 PDF files in Django - Part 1 (Django Beginner to Intermediate Tutorials)

Image
How to automatically create PDF files in Django (Part 1) In this part of the Django tutorials, you will learn how to automatically create a PDF file from the data of your database tables or anything else that keeps updating. You can create a customized report for app users and so on. We will continue with the example of classmates which we worked on at the beginning of the Django course. And we want the app to automatically generate the latest list of the class to the users. The library that we are going to use is report lab which you will need to install in your virtual environment. Watch The Video on Youtube https://blog.arashtad.com/updates/28-pdf-files-in-django-part-1-django-beginner-to-intermediate-tutorials/?feed_id=9259&_unique_id=66c6c43860dfe

#27 Restful API - Part 7 (Django Beginner to Intermediate Tutorials)

Image
Django Restful API (Part 7) In this part of the Django tutorials, you will learn how to create a restful API using Django rest framework. A restful API is a the key element of the larger projects in Django, where front-end and back-end are separated. For example you want to develop an application using Django and Vue.js. In this case, to develop the back-end you will need to create a RESTful API that outputs the data in form of JSON, XML, etc. A famous restful API project is creating a to-do list application. In this app we determine the task, completion status, timestamp, time of the last update and so on. In these seven videos you will learn all about the restful APIs, serialization and rest framework requests. Watch The Video on Youtube https://blog.arashtad.com/updates/27-restful-api-part-7-django-beginner-to-intermediate-tutorials/?feed_id=9243&_unique_id=66c61a94902ba

#26 Restful API - Part 6 ngo Beginner to Intermediate Tutorials)

Image
Django Restful API (Part 6) In this part of the Django tutorials, you will learn how to create a restful API using Django rest framework. A restful API is a the key element of the larger projects in Django, where front-end and back-end are separated. For example you want to develop an application using Django and Vue.js. In this case, to develop the back-end you will need to create a RESTful API that outputs the data in form of JSON, XML, etc. A famous restful API project is creating a to-do list application. In this app we determine the task, completion status, timestamp, time of the last update and so on. In these seven videos you will learn all about the restful APIs, serialization and rest framework requests. Watch The Video on Youtube https://blog.arashtad.com/updates/26-restful-api-part-6-ngo-beginner-to-intermediate-tutorials/?feed_id=9227&_unique_id=66c57241ee03d

#25 RESTful API - Part 5 (Django Beginner to Intermediate Tutorials)

Image
Django Restful API (Part 5) In this part of the Django tutorials, you will learn how to create a restful API using Django rest framework. A restful API is a the key element of the larger projects in Django, where front-end and back-end are separated. For example you want to develop an application using Django and Vue.js. In this case, to develop the back-end you will need to create a RESTful API that outputs the data in form of JSON, XML, etc. A famous restful API project is creating a to-do list application. In this app we determine the task, completion status, timestamp, time of the last update and so on. In these seven videos you will learn all about the restful APIs, serialization and rest framework requests. Watch The Video on Youtube https://blog.arashtad.com/updates/25-restful-api-part-5-django-beginner-to-intermediate-tutorials/?feed_id=9211&_unique_id=66c4c9e803383

#24 RESTful API - Part 4 (Django Beginner to Intermediate Tutorials)

Image
Django Restful API (Part 2) In this part of the Django tutorials, you will learn how to create a restful API using Django rest framework. A restful API is a the key element of the larger projects in Django, where front-end and back-end are separated. For example you want to develop an application using Django and Vue.js. In this case, to develop the back-end you will need to create a RESTful API that outputs the data in form of JSON, XML, etc. A famous restful API project is creating a to-do list application. In this app we determine the task, completion status, timestamp, time of the last update and so on. In these seven videos you will learn all about the restful APIs, serialization and rest framework requests. Watch The Video on Youtube https://blog.arashtad.com/updates/24-restful-api-part-4-django-beginner-to-intermediate-tutorials/?feed_id=9195&_unique_id=66c42070731cd