filmov
tv
Model Forms - Django File Upload Tutorial - Part 2
Показать описание
In this tutorial we are going to implement Model Forms to handle file upload using ImageField and FileField. As an example to illustrate this use case, we are going to create a Django model named "Book" with title, author, pdf, and cover image. Then, we are going to implement a data table to list the uploaded books and a Django form to upload new books.
-------------------------------------------------------------------------------
(0:22) ImageField and FileField definition
(1:30) Starting a CRUD example creating a Book model
(3:30) Migrating the Book model
(3:48) Adding the function based views to handle the upload and file listing
(6:24) [Actual example starts here] Creating the upload book form
(8:58) Handling the uploaded file inside a view function
(10:50) Listing the uploaded files
(12:36) Adding a download button to save the file
(14:12) Installing django-crispy-forms and using Bootstrap 4 styles on the forms
(15:21) Adding a ImageField to the Book model
(18:12) Displaying the uploaded image inside the table listing the books
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
🧔🏻 Follow me on:
#django #python
-------------------------------------------------------------------------------
(0:22) ImageField and FileField definition
(1:30) Starting a CRUD example creating a Book model
(3:30) Migrating the Book model
(3:48) Adding the function based views to handle the upload and file listing
(6:24) [Actual example starts here] Creating the upload book form
(8:58) Handling the uploaded file inside a view function
(10:50) Listing the uploaded files
(12:36) Adding a download button to save the file
(14:12) Installing django-crispy-forms and using Bootstrap 4 styles on the forms
(15:21) Adding a ImageField to the Book model
(18:12) Displaying the uploaded image inside the table listing the books
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
🧔🏻 Follow me on:
#django #python
Комментарии