-
python-decouple: We can remove sensitive data like SEECERT_KEY, DB Password from settings.py and add it in .env file.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
djangorestframework: For creating the rest framework APIs we need to install it.
-
django-heroku: We have to Configure Django app for Heroku. This lib provides settings, logging and test runner configurations.
-
2.Install axios which is simple promise based HTTP client for the browser & node.js.
-
django: This will install the django.
-
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
gunicorn: Python WSGI HTTP Server.
-
psycopg2: Psycopg is a PostgreSQL adapter for the Python programming language.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
dj-database-url: This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application.
-
8.We have .env file configuration from backend(steps 7). We should make sure that Heroku get those value from .env. But these values are not present at my github repo.