wdcd-back WDCD Backend Repository Django Basic Setting & REST Framework Tutorial Official Document Basic Setting, Installation python3 -m venv myvenv . myvenv/Scripts/activate pip install django pip install djangorestframework Documenting API Official Document