About the Built-in Virtual Environment
Since Python 3.3, virtual environment is built into Python and you can use it with the following:
$ python3 -m venv venv
$ source venv/bin/activate
(env)$ pip install -r requirements.txt
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You