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.
Tutorial: https://learnwagtail.com/tutorials/up...
Commands used:
pip install wagtail==2.5.1
pip install Django==2.2.2
pip install django-debug-toolbar==2.0a1
Updating your project:
1. Update your repo with the new requirements.txt file (link to the commit is below)
2. run pip install -r requirements.txt
3. ./manage.py migrate
4. ./manage.py runserver 0.0.0.0:8000
Git Commit: https://github.com/CodingForEverybody...
Learn Wagtail from scratch with the official Wagtail for Beginners Course
https://learnwagtail.com/wagtail-for-...
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