-
django, the package for the framework.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
djangorestframework, the framework for Django to build rest APIs.
-
django-cors-headers
Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)
django-cors-headers, a Django app to add CORS headers to the application.
-
psycopg2-binary, PostgreSQL Database adapter for python.
-
Containerizing an application is the packaging of the software with its own OS, libraries, and dependencies required to run the software code and create a single lightweight executable - which is called a container. It runs consistently on any infrastructure. We will be using Docker and docker-compose to package our application.
-
Containerizing an application is the packaging of the software with its own OS, libraries, and dependencies required to run the software code and create a single lightweight executable - which is called a container. It runs consistently on any infrastructure. We will be using Docker and docker-compose to package our application.