-
How to setup Django, Gunicorn, Nginx and PostgreSQL service using docker compose?
Docker helps to simplify and set up a uniform platform for development, staging, and production environments. DevOps efforts are reduced by using docker technology. This …
-
-
-
How to define settings file for local, development and production environment in Django?
Automating the right configurations for local and production settings for the Django web application can save time before any deployment. By using different configurations, files …
-
How to store Django logs in MongoDB database?
Info, Warning, or Error logs are vital information that helps to detect issues and solving them. When developing our support tools for our product, we …