Setup environment for Django project

Tính Phạm
2 min readMar 14, 2020

#1. Setup environment

This’s article, i focus to steps setup environment and install Django framework on window 10.

Create folder have name btre_project, this’s folder will be contain all application
We can use command pip3 freeze to show all libraries installed
This’s step, we are creating folder have name venv contain virtual environment
Fist time when we use virtual environment, we need activate file by type command in this picture. Refresh editor to show folder venv created.

#2. Install Django

using command to install django framework
Check after install Django framework,
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher

--

--