snipher-marube / blogwebsite

This is a blog website built with Django and Tailwind CSS. It allows the admin to add articles and group them into categories.
https://snipherdev.pythonanywhere.com/
MIT License
2 stars 1 forks source link

Protect The secret Keys and Regenerate it automatically #3

Open snipher-marube opened 2 months ago

snipher-marube commented 2 months ago

It is a good Practice to ensure that the SECRET_KEY as well hidden to avoid security vulnerability

programmer-rahul commented 1 month ago

Can you explain it like what you want to achieve?

snipher-marube commented 1 month ago

To manage different settings for development and production environments due to their distinct requirements and behaviors. The development environment typically includes tools and configurations that facilitate debugging and rapid iteration, while the production environment focuses on security, performance, and stability. To handle these differences effectively, we can separate the configurations into two distinct files or modules