- Видео 61
- Просмотров 200 612
Django Full Course
Добавлен 12 авг 2016
On this channel I will try to cover everything that there is to know about Django Framework. We will go through each topic, and learn all the details.
Django Full Course - 22 - Files. Opening, writing, saving to models, file storage options
In this video from Django Full Course we will work with the topic of Django Files, where we will discuss:
- Opening files in Django,
- Writing to files in Django,
- Storing files in Djangom
- Saving files to Django models,
- Working with file storage.
Upload files through form to models - ruclips.net/video/V5-4OUEmE0I/видео.html
- Opening files in Django,
- Writing to files in Django,
- Storing files in Djangom
- Saving files to Django models,
- Working with file storage.
Upload files through form to models - ruclips.net/video/V5-4OUEmE0I/видео.html
Просмотров: 2 225
Видео
Django Full Course - 21.1 - Advanced Migrations. Reverse, squash, custom fields, migrate data
Просмотров 3,7 тыс.2 года назад
Django Full Course - 21.1 - Advanced Migrations. Reverse, squash, deprecate custom fields, migrate data In this video from Django Full Course we will continue with the topic of Django Migrations, where we will discuss: - Reversing Django migrations, - Squashing Django migrations, - Deprecate custom fields to avoid migration errors, - Migrate data, writing custom migrations ( reverse_code functi...
Django Full Course - 21.0 - Migrations. Concept, operations, files, different databases
Просмотров 9382 года назад
In this video from Django Full Course we will start with the topic of Django Migrations, where we will discuss: - Theory of Django Migrations and basic understanding, - Basic operations of Django Migrations (makemigrations, migrate, sqlmigrate, showmigrations), - Django Migration files, - How different databases work with migrations. More about Django Models - ruclips.net/video/1danN1DTzFI/виде...
Django Full Course - 20.3 - Class Based Views. Mixins concept, combining mixins and views
Просмотров 4 тыс.2 года назад
In this video from Django Full Course we will continue with the topic of Django Class Based Views, where we will discuss: - Basic understanding of mixins, - Example of combining single object mixin and ListView. More about Django Class Based Views - ruclips.net/video/KBZwpHcMy5I/видео.html
Django Full Course - 20.2 - Class Based Views. Models (create, update, list, delete, detail)
Просмотров 8522 года назад
In this video from Django Full Course we will continue with the topic of Django Class Based Views, where we will discuss: - How to create model objects, - How to update model objects, - How to list model objects, - How to delete model objects, - How to show detail of a model object using Class Based Views. More about Django Class Based Views - ruclips.net/video/KBZwpHcMy5I/видео.html More about...
Django Full Course - 20.1 - Class Based Views. Built-in generic views (ListView, DetailView)
Просмотров 8422 года назад
In this video from Django Full Course we will continue with the topic of Django Class Based Views, where we will discuss: - Display the list of object of a particular model, - Create and set up template for displaying data, - Change context object name, - Add data to context, - Change queryset, - Set up dynamic queryset, - ListView and DetailView, - Change something when you retrieve object. Mo...
Django Full Course - 20 - Django Class Based Views. Introduction and overview
Просмотров 1,1 тыс.2 года назад
In this video from Django Full Course we will work with the topic of Django Class Based Views, where we will discuss: - How I connected my second monitor to my laptop (sorry, I am lonely and I need to discuss my life (joking)), - Benefits of class based views over function based views, - Working with GET/POST requests, - Inheriting and reusing the code, - Working with forms in class-based views...
Django Full Course - 19 - Django Templates. Language, rendering, settings
Просмотров 3242 года назад
In this video from Django Full Course we will work with the topic of Django Templates, where we will discuss: - How to render django templates, - How to work with variables, tags and filters, the part of django template language, - How to set up settings for your django templates.
Some thoughts about future of this channel
Просмотров 692 года назад
Some thoughts about future of this channel
Django Full Course - 18 - Django Form Assets. Media class (css and js for forms)
Просмотров 2,2 тыс.2 года назад
In this video from Django Full Course we will work with the topic of Django Form Assets. They will help us to specify css and js files for our forms, and I will show you how you can actually render this info in templates. More about Django Modelforms - ruclips.net/video/AZYTPI_YXNM/видео.html and ruclips.net/video/MlkgiXlTF4o/видео.html More about Django Forms - ruclips.net/video/pLMH_wzyTjk/ви...
Django Full Course - 17.2 - Django Modelforms. Model formsets
Просмотров 2,3 тыс.2 года назад
In this video from Django Full Course we will continue with the topic of Django Modelforms: - How to create Django model formset, - How to create custom Django model formset class, - How to define queryset for Django model formset, - How to receive and save data from Django model formset, - Some other options of Django Model Formset. More about Django Modelforms - ruclips.net/video/AZYTPI_YXNM/...
Django Full Course - 17.1 - Django Modelforms. Meta, inheritance, edit objects
Просмотров 2,3 тыс.2 года назад
In this video from Django Full Course we will continue with the topic of Django Modelforms: - How to work with Meta options of Django ModelForms, - How to inherit Django Modelforms, - How to edit objects through Django Modelforms. More about Django Modelforms - ruclips.net/video/AZYTPI_YXNM/видео.html More about Django Forms - ruclips.net/video/pLMH_wzyTjk/видео.html More about Django Forms Adv...
Django Full Course - 16.2 - Django Formsets. Order, delete, extra fields and parameters, prefixes
Просмотров 3,3 тыс.2 года назад
In this video from Django Full Course we will continue the topic of Django Formsets: - How to define ordering and ordering_widget for Django formsets, - How to define can_delete option on Django Formsets, - How to add additional fields in Django formset, - How to add extra parameters in Django formset, - Define prefix for Django formsets, - Define multiple formsets in one view. More about Djang...
Django Full Course - 17.0 - Django Modelforms. Create, display form, save model
Просмотров 2,8 тыс.2 года назад
In this video from Django Full Course we will start with the topic of Django Modelforms: - How to define modelform, - How to display modelform, - How to send data and save model. More about Django Forms - ruclips.net/video/pLMH_wzyTjk/видео.html More about Django Forms Advanced - ruclips.net/video/HY5nVHUvpc4/видео.html
Django Full Course - 16.1 - Django Formsets. Validation, errors
Просмотров 4,2 тыс.2 года назад
In this video from Django Full Course we will continue the topic of Django Formsets: - How to validate data in Django formsets, - How to create custom validations for Django formsets, - How to display custom error messages for Django formsets - How to validate max or min number of forms in Django formsets. More about Django Forms - ruclips.net/video/pLMH_wzyTjk/видео.html More about Django Form...
Django Full Course - 15.1 - Django Forms. Bounding, widgets, ways to display in template
Просмотров 7 тыс.2 года назад
Django Full Course - 15.1 - Django Forms. Bounding, widgets, ways to display in template
Django Full Course - 16.0 - Django Formsets. Defining, displaying, getting data from formset
Просмотров 7 тыс.2 года назад
Django Full Course - 16.0 - Django Formsets. Defining, displaying, getting data from formset
Django Full Course - 15.0 - Django Forms. Render with template, receive data
Просмотров 24 тыс.2 года назад
Django Full Course - 15.0 - Django Forms. Render with template, receive data
Django Full Course - 14.1 - Django Sessions. Using sessions in views and shell
Просмотров 9802 года назад
Django Full Course - 14.1 - Django Sessions. Using sessions in views and shell
Django Full Course - 14.0 - Django Sessions. Configuration (enabling, engines, settings, clearing)
Просмотров 6772 года назад
Django Full Course - 14.0 - Django Sessions. Configuration (enabling, engines, settings, clearing)
Django Full Course - 13.1 - Django Middleware. Hooks, streaming http, async decorator
Просмотров 7272 года назад
Django Full Course - 13.1 - Django Middleware. Hooks, streaming http, async decorator
Django Full Course - 13.0 - Django Middleware. Writing your own middleware
Просмотров 2,9 тыс.2 года назад
Django Full Course - 13.0 - Django Middleware. Writing your own middleware
Django Full Course - 12 - Django shortcuts
Просмотров 1,4 тыс.2 года назад
Django Full Course - 12 - Django shortcuts
Django Full Course - 11 - Upload file/multiple files, save file to the model
Просмотров 41 тыс.2 года назад
Django Full Course - 11 - Upload file/multiple files, save file to the model
Django Full Course - 10.1 - Writing views. Decorators
Просмотров 7822 года назад
Django Full Course - 10.1 - Writing views. Decorators
Django Full Course - 10.0 - Writing views. Basics, errors, custom error views
Просмотров 5202 года назад
Django Full Course - 10.0 - Writing views. Basics, errors, custom error views
Django Full Course Intro - How to Become a Django Expert?
Просмотров 4,9 тыс.2 года назад
Django Full Course Intro - How to Become a Django Expert?
Django Full Course - 9.2 - URL dispatcher. Path names, namespaces, name resolution with reverse()
Просмотров 1,4 тыс.2 года назад
Django Full Course - 9.2 - URL dispatcher. Path names, namespaces, name resolution with reverse()
Django Full Course - 9.0 - URL dispatcher. Basics, converters, extra parameters, include
Просмотров 2 тыс.2 года назад
Django Full Course - 9.0 - URL dispatcher. Basics, converters, extra parameters, include
Django Full Course - 9.1 - URL dispatcher. Custom converters and regular expressions in re_path
Просмотров 1,1 тыс.2 года назад
Django Full Course - 9.1 - URL dispatcher. Custom converters and regular expressions in re_path
Great explination!! Thank you!! I just suscribed to your channel, hopping getting more video tutorial.
what about foreign key?
Very informative and advanced content, thank you
Honestly you could've made this content shorter..... Happy for sharing the knowledge
fantastic second run ! ;-) thx!
thank you so much
good job. very much appreciated
You’ve done an excellent job conveying complex information in a clear and understandable manner. Your teaching style is engaging, and I appreciate your ability to break down complex topics into easily digestible points. Your enthusiasm for the subject matter is evident, and it’s inspiring. I look forward to seeing your channel grow and reach a wider audience.
Great course!
Superb sir But how to use in CRUD using foreign key
Very good tutorial thank's
What would cause a POST immediately after the GET when the page loads??
thank you
this video was helpful. thank you
thank you...
handling errors to display back to the page would be nice here
thank you verymutch
Thank you for your effort
Very simple explanation 😊😊😊 thanks better than many complex ones
Question. Couldn't you, on the save method (line 16) have called the if statement as if not self.before_hundered: seuper().save(*args, **kwargs) ?
Thanks
May i know how to perform insert and delete using this raw method
I gave you a like. I rewatched this video and others in the playlist many times until I understood. Thank you for the quality content
Good tutorial!
then where are your files stored? I build a website where user can upload file, and I want to do some processing on those files and then give them the result. Can anybody help?
Nice!
I'm 90% sure you don't need to save( ) your new model instance if it was created via the manager ... I think this is because the objects.create( ) is a direct SQL insert
VERY BORING
Not everything on this platform is fun. Say thank you or go fk away from here
Possible to download the file back?
Question: why did you use two routers? I mean why not just one router that returns differents databases depending on the app_label?
Sir your efforts are much appreciated! Congratulations my friend!
THNK YOU YOU HAVE MY LIKES AND COMMENTS ALL TIME
Nice, simple and to the point. Great job.
Спасибо за подробный разбор. Ставлю лайки на все видео!!
Thank you for providing this free course. I am a beginner learning Django looking to become an expert and your videos are invaluable.
You know your stuff, no need to be nervous! 😊
Thank you
It would be better to give example with simple forms , not formsets, you are showing an example using the same input, which we don't understand why would we would use that in a real life scenario to begin with. A simple First Name, Last Name, Email, Password, Comments would be nice, how do we do custom validation on those?
Great video, was having problems with forms but this made it clear.
Thank you very much! you helped a lot
Thanks for good content!
Good work.
thank you for the explanation 💯💯
Hello bro. Please can you get subtitles enabled? Thanks.
Show fules may got video...?
Don't be so sad ol' man. We like yo' videos
good work
Amazing, I came here in search of how to pass queries into forms, but I am staying for the whole Forms-related course. Haven't seen this elegant Django tutorial / guide / course before.
One word: underrated.
А есть видео на русском? Я вижу у тебя русская локаль в убунту.
Не, я вообще не планирую больше видео выпускать пока что, к сожалению, ни на каком языке
@@djangofullcourse1171 Жаль, видео очень хорошие получились