Before moving ahead, let's fulfill some prerequisites required for this chapter. We are going to develop a Django based serverless application, so we need to meet the following requirements, which are being used for developing this application:
- Ubuntu 16.04/Mac/Windows
- Pipenv tool
- Django
- Django Storage
- Django Imagekit
- Boto3
- Zappa
These packages are the required packages for this chapter, and we will be installing and configuring these packages using the pipenv tool. Now we will explore the configuration in detail.