Bulkmailer / BulkMailer-Backend

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
a year agoa year old
Consider removing the commented out code block
133LANGUAGE_CODE = "en-us"
134
135TIME_ZONE = os.environ.get("TIME_ZONE", "Asia/Kolkata")
136# TIME_ZONE = "UTC"137
138USE_I18N = True
139