Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 541 Bytes

About Django

Reference

Opening Django Environment Windows

mkdir test
python -m venv test_venv
test_venv\Scripts\activate
test_venv\Scripts\deactivate
pip install Django==2.0
python -m django --version
import django
django.VERSION