March 2020
Intermediate to advanced
608 pages
17h 17m
English
Once you have your prerequisites installed, create a directory where all your Django projects will be stored—for example, projects under your home directory. Go through the following steps after creating the directory:
$ cd ~/projects$ mkdir myproject_website$ cd myproject_website$ python3 -m venv env
$ source env/bin/activate