- Django 2 Web Development Cookbook
- Jake Kronika Aidas Bendoraitis
- 52字
- 2021-06-10 19:31:20
Getting ready
Before using this recipe, you need to have a Django project ready, either with pip installed and a virtual environment activated, or via Docker. For more information on how to do this, read the Working with a virtual environment recipe, or the Working with Docker recipe, respectively.