March 2020
Intermediate to advanced
608 pages
17h 17m
English
Execute the following steps one by one to prepare pip requirements for your virtual environment Django project:
# requirements/_base.txtDjango~=3.0.4djangorestframework-e git://github.com/omab/python-social-auth.git@6b1e301c79#egg=python-social-auth
If the requirements of a specific environment are the same as in _base.txt ...