Thanks a lot for this content! In your future series, can you please consider making content related to writing good tests for a django project? Would be awesome.
The ccbv.co.uk is a good reference guide when you already know what is out there in the Django core and also how class-based views works. Otherwise it's good to have a read on the official documentation: docs.djangoproject.com/en/2.1/topics/class-based-views/ I prefer function based views because of the simplicity and the readability of the code But class-based views are great for code reuse. So if you have a large chunk of common code to be used across several views, you have a great use case for class based views. Otherwise, I would stick with regular function based views
Thank you Vitor. Any Solution for uploading files during production, since you commented this is just for develop?
Please bring a COMPLETE PROJECTS TUTORIALS --> ECOMMERCE or FORUM,had enough blog tutorials..Thanks
his accent made me like this vedio and subscribe to his channel
Thanks for the series...
Is there a way of implementing a download count every time a file is downloaded?
Thank you for sharing, this helped a lot in getting clarity while developing projects in django.
Dude, your explanations are perfect, do you have online courses? I'm from Brazil and I can't find content that I understand so easily
thank you ! I agree, django doc is confusing. Lucky we have tuts like yours
Thanks so much! Great explanation :)
Thank you so much... You explain everything pretty well...
How can i make the listview and the update appear on the same page ?
how to download file from AWS s3 bucket in base64 format? kindly upload a video on that please
how can I edit/update books that i've uploaded ? Can you make a tutorial "Edit uploaded file django tutorial" 🙏
Please am using generic views how do i upload multiple image to a product form
Thanks you very much for this content.
finally i have solved my error.
Thanks a lot for this content!
In your future series, can you please consider making content related to writing good tests for a django project? Would be awesome.
Very good! What's next? Maybe "How to build multilingual websites"? We are hungry for knowledge here
Thanks for suggestion! It's a good topic
you are the best :*
Sir! kindly make tutorials how to customize crispy forms like adding placeholders in fields and remove help texts etc...
Quality material, sir, thank you
Thank you vitor
How to play video's on django like UA-cam
XSS ?
Hay Vitor i hope to make project from the beginning until the end
What is better function or class-based view? Can I only learn from www.ccbv.co.uk?
The ccbv.co.uk is a good reference guide when you already know what is out there in the Django core and also how class-based views works. Otherwise it's good to have a read on the official documentation: docs.djangoproject.com/en/2.1/topics/class-based-views/
I prefer function based views because of the simplicity and the readability of the code
But class-based views are great for code reuse. So if you have a large chunk of common code to be used across several views, you have a great use case for class based views. Otherwise, I would stick with regular function based views
I will always rember : Simple is Better than Complex
an error is showing. I can not import my class from model.py to forms.py
Hey Victor is it possible to use admin's list_filter on my app so I don't have to build my own filter method?
ccbv.co.uk