aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/production.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-10Update prod settings for Django emailMatthew Lemon1-1/+7
2024-12-10Resuming smtp Django email backendMatthew Lemon1-2/+3
2024-12-10Removes the proxyMatthew Lemon1-1/+1
2024-12-10Adds proxy setting for recaptchaMatthew Lemon1-0/+1
2024-12-10Fix environment variable for mailgunMatthew Lemon1-1/+1
2024-12-09wip: moving home page to home app and implementing reCAPTCHAMatthew Lemon1-0/+1
2024-12-08wip: working on ratelimit - not quite working in the browserMatthew Lemon1-0/+3
2024-12-08Uses Mailgun for production and local settingsMatthew Lemon1-1/+4
- credentials are in the .env file - uses the mailgun http API to send verification messages
2024-10-19Test email in the consoleMatthew Lemon1-2/+3
2024-09-13Updates the logging config for debuggingMatthew Lemon1-15/+43
2024-09-13Amended ALLOWED_HOSTSMatthew Lemon1-1/+1
2024-09-12More changes for Docker deploymentMatthew Lemon1-14/+14
2024-06-29Adds whitenoise compressionMatthew Lemon1-8/+8
2024-05-28Should be a buildable Django containerMatthew Lemon1-8/+7
2024-05-27Removes most celery, storages and sentry configMatthew Lemon1-68/+62
Comments out in the settings files. Leaves a couple of imports of celery, but we're not removing the requirements on celery so should be fine, it will be installed. Comments out storages and sentry code. Leaves it all in Dockerfile and compose, but this change is aimed at getting Django running WITHOUT docker and compose.