This is a clip from the official Wagtail for Beginners Course (different from the Learn Wagtail course)
[ Ссылка ]
There are a lot of ways to setup a Python virtual environment. Virtual environments are layer between your computer and your project that helps you avoid pathing issue, package version issues, and gives you a dedicated environment for your project. It's HIGHLY recommended you use some form of virtual environment.
To create a new venv using Python, simply type:
python -m venv yourvenvname
The Wagtail for Beginners course is a guided Wagtail course for brand new Wagtail developers. You'll create Wagtail pages, menus, orderables, and much more. And then you'll launch your website on your own dedicated Ubuntu server.
[ Ссылка ]
#Wagtail #Django #Python
Ещё видео!