26 подписчиков
13 видео
Django Tutorial #10: Django Models Explained | Create Database Tables Using ORM | BasicToTop
Django Tutorial #12: Django Jinja2 Template Loop | Save & Display Data from Database | BasicToTop
Django Tutorial #9: Django with Bootstrap Explained | Buttons, Forms, Jumbotron| BasicToTop
Django Tutorial #11: Django Forms Explained | GET vs POST Method | Create Student Form | BasicToTop
Django Tutorial #6: Django Static Files Explained | Using External CSS, HTML Basics & Table Tags
Django Tutorial #13: Django Delete Operation | Student Record Delete using URL & Views | BasicToTop
Django Tutorial #17: Django Form Submission Flow & Built-in Validators Explained by
Django Tutorial for Beginners | Installation, MVT Architecture, First Project & Runserver Explained
Django Tutorial #7: HTML Form, GET vs POST, csrf_token, request.data | request.method | By Ram
Django Tutorial #19:– Student Management System | ModelForm, Views & Form Submission
Django Tutorial : #37 | Generic Class Based Views | ListView & CreateView Explained
Django Tutorial: #38 | Generic Class Based Views | DetailView, UpdateView, DeleteView
Django Tutorial #23: Student Management System | Dashboard Count, List & Action Buttons (CRUD) | Ram
Django Tutorial #28 | Django ORM filter() Explained | lookups | Faker Module for Fake Data
Django Tutorial #29: ORM Lookups (startswith, contains, range, gt, lt) | Client–Server–Database Flow
Django Session 32 | startswith Lookup & ORM AND / OR / NOT using Q Objects |
Django Tutorial #27 | Django ORM get() Method Explained | DoesNotExist & MultipleObjectsReturned
Django Tutorial for Beginners | Project 1: Hello Django Setup | BaiscToTop
Django Tutorial #14: Django Update Operation Explained | Edit Student Record using ID | CRUD
Django Tutorial #24: Student Management System | Edit, Delete & Details Functionality
Django Tutorial #30 : Employee List & Filter Form | contains, icontains, exact & iexact (Practical)
Django Tutorial #15: Django ModelForm Explained | Django Models Based Form vs Normal Form | By Ram
Django Tutorial : #35 Auth | Restrict Access & Redirect to Login | Student Management System
Django Tutorial #16: Django Form Validation Using clean() Method | Custom Validation