Bulkmailer / BulkMailer-Backend

Backend for Bulk Mailer
https://bulkmailer.suhaila.tech
7 stars 4 forks source link

Use environment variables for Django settings #13

Closed marchelzi closed 11 months ago

marchelzi commented 11 months ago

I see some variables are still hardcoded, and I completely understand your concern. Eliminating all hardcoded variables is paramount to fortifying our application’s security and ensuring seamless deployment across diverse environments

To rectify this, I will conduct a thorough review of the codebase to identify and replace any remaining hardcoded variables with their respective environment variable counterparts. Utilizing environment variables in Django settings is not just a best practice; it’s a security necessity. It also simplifies the configuration management process, making our application more scalable and adaptable to various environments.

marchelzi commented 11 months ago

I add pull request #12 for refactor env, addressing several crucial aspects of project's environment configuration.