Our great sponsors
-
python-decouple: We can remove sensitive data like SEECERT_KEY, DB Password from settings.py and add it in .env file.
-
djangorestframework: For creating the rest framework APIs we need to install it.
-
JetBrains
Developer Ecosystem Survey 2022. Take part in the Developer Ecosystem Survey 2022 by JetBrains and get a chance to win a Macbook, a Nvidia graphics card, or other prizes. We’ll create an infographic full of stats, and you’ll get personalized results so you can compare yourself with other developers.
-
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.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
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.