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)
Connect to Database - MySQL (How does Django connect to MySQL/MariaDB database)
User Authentication in Django (the most easiest way to authenticate, login and logout the user)
Install and create packages in python
CUSTOM USER REGISTRATION IN DJANGO (register user in custom authentication)
HOW TO SERVE STATIC FILES IN DJANGO - (what are static files and how they ate served in dev mode)
Packaging Python Projects (How to publish packages)
Model Forms in Django (How to save data using model and form)
Create Virtual Environment in Python
ADD HTML ATTRIBUTES IN DJANGO FORMS (How to use bootstrap classes in django forms)
URLs patterns in Django (How to use create useful, user-friendly and complicated urls)
Connect to the Database - PostGreSQL (How Django connects to the PostgreSQL database)
MANAGEMENT COMMANDS IN DJANGO (create command line functions using Django management command)
Templates in Django (create base template and hierarchy of templates)
FORM VALIDATION IN DJANGO (How to add server-end form validation in Django)