1212 подписчиков
30 видео
MODELS IN DJANGO (create database models, do migrations and use ORM operations)
CONTEXT PROCESSORS IN DJANGO (custom context processor to pass the same context in all templates)
Connect to Database - SQLite3 (How Django connects to the database)
ABSOLUTE URL IN DJANGO (How to add get_absolute_url method to Django models to get an item details)
Custom Authentication in Django (create custom user model and use email as username)
BOOLEAN FIELD IN DJANGO (How to use boolean field to toggle different states)
User Registration in Django (the simplest way to register user)
SHORTCUTS IN DJANGO (How to use shortcut functions in Django to reduce code)
DELETE DATABASE RECORD IN DJANGO (How to delete data using models and ORM)
UPLOAD FILES/PHOTOS IN DJANGO (How to use model forms to upload files)
DEFAULT AUTH URLs in DJANGO (easy way to use in-built auth urls and in-built LoginView)
HOW TO SERVE STATIC FILES IN DJANGO - (what are static files and how they ate served in dev mode)
Connect to Database - MySQL (How does Django connect to MySQL/MariaDB database)
CUSTOM USER REGISTRATION IN DJANGO (register user in custom authentication)
Model Forms in Django (How to save data using model and form)
Packaging Python Projects (How to publish packages)
ADD HTML ATTRIBUTES IN DJANGO FORMS (How to use bootstrap classes in django forms)
FLASH MESSAGES in DJANGO (How to use messages framework to give one-time notification to user)
CHANGE PASSWORD VIEW in DJANGO (How to create functionality to let user change their password)
User Authentication in Django (the most easiest way to authenticate, login and logout the user)
Templates in Django (create base template and hierarchy of templates)
Connect to the Database - PostGreSQL (How Django connects to the PostgreSQL database)
MANAGEMENT COMMANDS IN DJANGO (create command line functions using Django management command)
URLs patterns in Django (How to use create useful, user-friendly and complicated urls)
FORM VALIDATION IN DJANGO (How to add server-end form validation in Django)