DJango


Contents


Introduction

Django is written in Python. You will learn Python and Django together.

Section 1

section 1

Create a Virual Environment

  1. python3 -m venv tutorial-env
  2. source tutorial-env/bin/activate

Section 1.1

section 1.1

Additional Reading