aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/production.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip: moving home page to home app and implementing reCAPTCHAMatthew Lemon2024-12-091-0/+1
|
* wip: working on ratelimit - not quite working in the browserMatthew Lemon2024-12-081-0/+3
|
* Uses Mailgun for production and local settingsMatthew Lemon2024-12-081-1/+4
| | | | | - credentials are in the .env file - uses the mailgun http API to send verification messages
* Test email in the consoleMatthew Lemon2024-10-191-2/+3
|
* Updates the logging config for debuggingMatthew Lemon2024-09-131-15/+43
|
* Merge branch 'master' of github.com:yulqen/pyblackbird_ccUser Django2024-09-131-1/+1
|\
| * Amended ALLOWED_HOSTSMatthew Lemon2024-09-131-1/+1
| |
* | More changes for Docker deploymentMatthew Lemon2024-09-121-14/+14
|/
* Adds whitenoise compressionMatthew Lemon2024-06-291-8/+8
|
* Should be a buildable Django containerMatthew Lemon2024-05-281-8/+7
|
* Removes most celery, storages and sentry configMatthew Lemon2024-05-271-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.
* After first pre-commit processingMatthew Lemon2024-05-131-0/+207