aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip: moving home page to home app and implementing reCAPTCHAMatthew Lemon2024-12-091-0/+5
|
* wip: working on ratelimit - not quite working in the browserMatthew Lemon2024-12-081-0/+7
|
* Uses Mailgun for production and local settingsMatthew Lemon2024-12-081-0/+3
| | | | | - credentials are in the .env file - uses the mailgun http API to send verification messages
* Email verificationMatthew Lemon2024-12-041-1/+1
| | | | | | | | - Associated changes in the .env file now allow us to test the SMTP server config - Added mine and J's email ad admins - Grab env variables from the .env file in the local.py file for testing purposes - Set an expiry of 24hrs for the validation link to work - Added an HTML version of the verification email
* skeleton webhook for stripe workingMatthew Lemon2024-10-171-0/+1
|
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-151-13/+12
|
* wip: implementing checkoutMatthew Lemon2024-09-081-0/+5
| | | | - also some formatting changes
* Switch off mandatory email validation for now.Matthew Lemon2024-08-021-2/+2
|
* Switch on console output for email for testing.Matthew Lemon2024-08-011-2/+3
|
* Fixed incorrect AWS URLMatthew Lemon2024-05-281-1/+1
|
* Should be a buildable Django containerMatthew Lemon2024-05-281-30/+30
|
* Removes most celery, storages and sentry configMatthew Lemon2024-05-271-62/+63
| | | | | | | | | | | | 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.
* formatting onlyMatthew Lemon2024-05-161-1/+1
|
* Removes email validation for allauth for local devMatthew Lemon2024-05-151-1/+1
|
* Can now upload to SpacesMatthew Lemon2024-05-141-0/+32
|
* After first pre-commit processingMatthew Lemon2024-05-131-0/+319