DJango


Contents


Introduction

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

Section 1

section 1

Create a Virual Environment

See ~/private/python/*_results.txt

  1. python3 -m venv tutorial-env
  2. source tutorial-env/bin/activate.csh Linux and MAC with csh
  3. source tutorial-env/bin/activate Linux and MAC with bash
  4. tutorial-env\Scripts\activate.bat Windows

Section 1.1

section 1.1

Additional Reading