- Создать вирт. окружение.
- Обновить pip
python -m pip install --upgrade pip - Установить зависимости
pip install -r requirements.txt - Применить миграции
./manage.py migrate - Создать суперюзера
./manage.py createmigrations - Запустить сервер
./manage.py runserver
webinar/posts/views.py
webinar/posts/views_cbv.py
https://docs.google.com/document/d/19UgTDif72r4c72AK1ogfg8IMf8vje3-ygslNS9bjWyg/edit
https://habr.com/ru/company/ruvds/blog/482464/
https://docs.google.com/document/d/18qB9GxxQueJkh9_usJHbgjzx1FcRhFzd2ogW2TOKyBY/edit#
https://docs.djangoproject.com/en/4.1/topics/class-based-views/intro/
webinar/utils/decorators
https://docs.google.com/document/d/11Rl3RuipECq4WDZ6_XvXHy9ecSNFC6gEediSx6fLrgY/edit?usp=sharing