August 2016
Beginner to intermediate
717 pages
15h 24m
English
Sometimes, it is better to include external dependencies in your project. This ensures that whenever a developer upgrades third-party modules, all the other developers will receive the upgraded version in the next update from the version control system (Git, Subversion, or others).
Also, it is better to have external dependencies included in your project when the libraries are taken from unofficial sources, that is, somewhere other than Python Package Index (PyPI), or different version control systems.
Start with a virtual environment with a Django project in it.
Execute the following steps one by one:
Read now
Unlock full access