Installing Wagtail using venv

Coding For Everybody
Coding For Everybody
2.3 هزار بار بازدید - 5 سال پیش - This is a clip from
This is a clip from the official Wagtail for Beginners Course (different from the Learn Wagtail course)
https://learnwagtail.com/wagtail-for-...

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.
https://learnwagtail.com/wagtail-for-...

#Wagtail #Django #Python
5 سال پیش در تاریخ 1398/10/29 منتشر شده است.
2,328 بـار بازدید شده
... بیشتر