Wagtail CMS: Updating Wagtail, Django and Django Debug Toolbar

preview_player
Показать описание
In this video we'll go over upgrading your Wagtail website from v2.4 to v2.5.1 and we'll upgrade Django from 2.1.5 to 2.2.2. As a bonus, we'll explore an issue with Django Debug Toolbar.

Commands used:
pip install wagtail==2.5.1
pip install Django==2.2.2
pip install django-debug-toolbar==2.0a1

Updating your project:

Learn Wagtail from scratch with the official Wagtail for Beginners Course

Used in this video:
Wagtail 2.4 to Wagtail 2.5.1
Python 3.7
Django 2.1.5 to Django 2.2.2
Django Debug Toolbar 1.11 to 2.0a1

#Wagtail #Django #Python
Рекомендации по теме
Комментарии
Автор

6:30 Yes, it is (although nice workaround anyway!). As far as I know you can obtain the latest version not necessarily via pip itself, but according to smartasses from Stack Overflow, a "yolk3k" package with -V argument is the best solution.

Great video, as always! 🙂

Shasras
Автор

Heyy niice! could u do how to make a register and login in frontend? would be awesome! :D

helderandrade