Learn Django Class Based Views - CreateView - Theory and Examples

preview_player
Показать описание
Learn Django Class-Based Views through a series of small Django tutorials introducing Class-Based Views starting with providing you an introduction to the generic built in Django views. Here in this tutorial we take a look at the generic CreateView, theory and examples of its use.

00:00 Introduction

Code Repository

SUBSCRIBE to get more free tutorials, courses and code snippets!

Follow us on Facebook

Follow use on Twitter:
Рекомендации по теме
Комментарии
Автор

Yet another fantastic video. There are not any better videos covering this out there. Thank you again!

josevelez
Автор

I really like your videos. :) The only concern is about a bit more expanded examples (ex. adding books by each registered user separately with permission restrictions). Anyway, your channel is very helpful!

ihdi
Автор

Hi, really like this series you have put together, nice intermediate info that is difficult to work out after basic tutorials are exhausted. I was wondering if you'd be interested in doig a tutorial on context and context processors?

iFunktion
Автор

Hi at time 1:07 you say that creatview is Not typically used for Not displaying a form page. The double negative makes this hard to understand could you elaborate.

chukwuka-steveorefo
Автор

Excellent tutorial Man. What about saving geolocation using widgets in createview or Ajax? Appreciated.

kaleabwoldemariam
Автор

you create just one abject but i don't found any one talk about to Model like ( Topic - Post )
how we can when want to add new Post get with pk For Topic
No one talking about it , it is realy impoartant for any Project
if you have any example to do that

how i add Post for this Topic and what's i have to do for like and urls

thanks

openmindjustdoit
Автор

How does Ajax submit and Createview fit together?

kaleabwoldemariam
Автор

He so I followed your example and it worked initially but now I'm getting an object has no attribute 'object' error could u tell me were I went wrong?

Resuri
Автор

How can implement multiple models in one view with one to one relationship and shared model
Example:
I wants to make reports (daily, weekly and monthly)
All reports must have a project to report about, and must have two extra models (staff workers and (machines cars and
So I can’t figure the relationship
Please help.

AhmedTheCoder
Автор

Hi,
It redirects to /books/ in tutorial. How can I set success_url for new book to redirect to new book detail url.

erdem.demirci
Автор

many thanks
I did the exact same thing... but the form comes empty and only the button to submit is showing... What could be wrong?

ghiathos