Setup environment for Django projectTính Phạm·Follow2 min read·Mar 14, 2020--ListenShare#1. Setup environmentThis’s article, i focus to steps setup environment and install Django framework on window 10.12. Virtual Environments and Packages - Python 3.8.2 documentationPython applications will often use packages and modules that don't come as part of the standard library. Applications…docs.python.orgCreate folder have name btre_project, this’s folder will be contain all applicationWe can use command pip3 freeze to show all libraries installedThis’s step, we are creating folder have name venv contain virtual environmentFist 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 Djangousing command to install django frameworkCheck 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