19:39MANAGEMENT COMMANDS IN DJANGO (create command line functions using Django management command)Developer Bites199 views·3 years ago
10:15SHORTCUTS IN DJANGO (How to use shortcut functions in Django to reduce code)Developer Bites62 views·3 years ago
6:35ABSOLUTE URL IN DJANGO (How to add get_absolute_url method to Django models to get an item details)Developer Bites248 views·3 years ago
9:47CONTEXT PROCESSORS IN DJANGO (custom context processor to pass the same context in all templates)Developer Bites257 views·3 years ago
19:57UPLOAD FILESPHOTOS IN DJANGO (How to use model forms to upload files)Developer Bites7 views·3 years ago
22:43BOOLEAN FIELD IN DJANGO (How to use boolean field to toggle different states)Developer Bites691 views·3 years ago
11:41FLASH MESSAGES in DJANGO (How to use messages framework to give one-time notification to user)Developer Bites9 views·3 years ago
9:52DELETE DATABASE RECORD IN DJANGO (How to delete data using models and ORM)Developer Bites281 views·3 years ago
8:28ADD HTML ATTRIBUTES IN DJANGO FORMS (How to use bootstrap classes in django forms)Developer Bites25 views·3 years ago
32:05FORM VALIDATION IN DJANGO (How to add server-end form validation in Django)Developer Bites77 views·3 years ago
23:56Model Forms in Django (How to save data using model and form)Developer Bites71 views·3 years ago
26:35MODELS IN DJANGO (create database models, do migrations and use ORM operations)Developer Bites19 views·3 years ago
26:48CUSTOM USER REGISTRATION IN DJANGO (register user in custom authentication)Developer Bites41 views·3 years ago
22:26User Registration in Django (the simplest way to register user)Developer Bites17 views·3 years ago
34:26Custom Authentication in Django (create custom user model and use email as username)Developer Bites261 views·3 years ago
14:59CHANGE PASSWORD VIEW in DJANGO (How to create functionality to let user change their password)Developer Bites7 views·3 years ago
21:49DEFAULT AUTH URLs in DJANGO (easy way to use in-built auth urls and in-built LoginView)Developer Bites132 views·3 years ago
29:44User Authentication in Django (the most easiest way to authenticate, login and logout the user)Developer Bites47 views·3 years ago
26:27Connect to Database - MySQL (How does Django connect to MySQLMariaDB database)Developer Bites1.2K views·3 years ago
27:28Connect to the Database - PostGreSQL (How Django connects to the PostgreSQL database)Developer Bites13 views·3 years ago
14:30Connect to Database - SQLite3 (How Django connects to the database)Developer Bites2.8K views·3 years ago
13:17HOW TO SERVE STATIC FILES IN DJANGO - (what are static files and how they ate served in dev mode)Developer Bites7 views·3 years ago
19:03Templates in Django (create base template and hierarchy of templates)Developer Bites7 views·3 years ago
14:20URLs patterns in Django (How to use create useful, user-friendly and complicated urls)Developer Bites56 views·3 years ago