Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wip: moving home page to home app and implementing reCAPTCHA | Matthew Lemon | 2024-12-09 | 1 | -0/+1 |
| | |||||
* | wip: working on ratelimit - not quite working in the browser | Matthew Lemon | 2024-12-08 | 1 | -0/+3 |
| | |||||
* | Uses Mailgun for production and local settings | Matthew Lemon | 2024-12-08 | 1 | -1/+4 |
| | | | | | - credentials are in the .env file - uses the mailgun http API to send verification messages | ||||
* | Test email in the console | Matthew Lemon | 2024-10-19 | 1 | -2/+3 |
| | |||||
* | Updates the logging config for debugging | Matthew Lemon | 2024-09-13 | 1 | -15/+43 |
| | |||||
* | Merge branch 'master' of github.com:yulqen/pyblackbird_cc | User Django | 2024-09-13 | 1 | -1/+1 |
|\ | |||||
| * | Amended ALLOWED_HOSTS | Matthew Lemon | 2024-09-13 | 1 | -1/+1 |
| | | |||||
* | | More changes for Docker deployment | Matthew Lemon | 2024-09-12 | 1 | -14/+14 |
|/ | |||||
* | Adds whitenoise compression | Matthew Lemon | 2024-06-29 | 1 | -8/+8 |
| | |||||
* | Should be a buildable Django container | Matthew Lemon | 2024-05-28 | 1 | -8/+7 |
| | |||||
* | Removes most celery, storages and sentry config | Matthew Lemon | 2024-05-27 | 1 | -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 processing | Matthew Lemon | 2024-05-13 | 1 | -0/+207 |