Django2.1 Tutotrial Lab

Hosting:

The main purpose of this project is to practice Django 2.1 Getting started effectively.

Like Yoga’s daily practice, I need a routine to awaken my body and mind. Same as programming, I need lab to maintain skills to invoke idea.

Simple is Power

Repeat practice and find out your weakness.

You have your right to be an individual thinker.

Terminal Prompt

Before activate virtual environment:

export PS1='$ '

After activate virtual environment:

export PS1='(venv)$ '

To determine which python:

which python