Bulkmailer / BulkMailer-Backend

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

refactor: Use environment variables for Django settings #12

Closed marchelzi closed 11 months ago

marchelzi commented 11 months ago

Replace hardcoded values with environment variables in the Django settings files to enhance configurability and security.

Changes made:

This change improves flexibility and ease of deployment by decoupling configuration from code, making it easier to manage the Django application across different environments.

ClawedCatalyst commented 11 months ago

@marchelzi, can you please raise an issue and attach it to this PR?

divyansh453 commented 11 months ago

@marchelzi can you please raise an issue and attach it to this PR?