Channel Avatar

Developer Bites @UClO_isolnQTKyrG-5lJFJ_g@youtube.com

16 subscribers - no pronouns :c

Informative, educative and tutorial-based content for beginn


19:39
MANAGEMENT COMMANDS IN DJANGO (create command line functions using Django management command)
10:15
SHORTCUTS IN DJANGO (How to use shortcut functions in Django to reduce code)
06:35
ABSOLUTE URL IN DJANGO (How to add get_absolute_url method to Django models to get an item details)
09:47
CONTEXT PROCESSORS IN DJANGO (custom context processor to pass the same context in all templates)
19:57
UPLOAD FILES/PHOTOS IN DJANGO (How to use model forms to upload files)
22:43
BOOLEAN FIELD IN DJANGO (How to use boolean field to toggle different states)
11:41
FLASH MESSAGES in DJANGO (How to use messages framework to give one-time notification to user)
09:52
DELETE DATABASE RECORD IN DJANGO (How to delete data using models and ORM)
14:20
GET SINGLE TABLE RECORD IN DJANGO
08:28
ADD HTML ATTRIBUTES IN DJANGO FORMS (How to use bootstrap classes in django forms)
32:05
FORM VALIDATION IN DJANGO (How to add server-end form validation in Django)
23:56
Model Forms in Django (How to save data using model and form)
26:35
MODELS IN DJANGO (create database models, do migrations and use ORM operations)
26:48
CUSTOM USER REGISTRATION IN DJANGO (register user in custom authentication)
22:26
User Registration in Django (the simplest way to register user)
34:26
Custom Authentication in Django (create custom user model and use email as username)
14:59
CHANGE PASSWORD VIEW in DJANGO (How to create functionality to let user change their password)
21:49
DEFAULT AUTH URLs in DJANGO (easy way to use in-built auth urls and in-built LoginView)
29:44
User Authentication in Django (the most easiest way to authenticate, login and logout the user)
26:27
Connect to Database - MySQL (How does Django connect to MySQL/MariaDB database)
27:28
Connect to the Database - PostGreSQL (How Django connects to the PostgreSQL database)
14:30
Connect to Database - SQLite3 (How Django connects to the database)
13:17
HOW TO SERVE STATIC FILES IN DJANGO - (what are static files and how they ate served in dev mode)
19:03
Templates in Django (create base template and hierarchy of templates)
14:20
URLs patterns in Django (How to use create useful, user-friendly and complicated urls)
26:54
Beginning Django - How to create Hello Page
11:29
Create Virtual Environment in Python
08:18
Install and create packages in python
21:38
Packaging Python Projects (How to publish packages)
19:15
How to create application layout in python