Bulkmailer / BulkMailer-Backend

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

updated setup guide and settings.py #14

Closed savyez closed 11 months ago

savyez commented 11 months ago

updated the setup guide given in the "README.md" file for .env file as per the new refactor #12 .

In settings.py file, we can directly read these values from os.environ , Removed the split(",") part in the CORS_ALLOWED_ORIGINS and CSRF_TRUSTED_ORIGINS assignments.