Re: Basic questions about scaling a Django web app. (e.g. AppEngine solves all problems?)

2021-08-24 Thread Stephen Loughin
I have this question too, but I'm running on an intranet on a self-hosted box under docker. My docker-compose.yml file is structured to have the following services: redis-db web-api rq-worker (scalable, typically with 4 workers) nginx I don't have the luxury of putting this in the cloud. The

'ssl_disabled' is an invalid keyword argument for connect()

2020-02-25 Thread Stephen Loughin
The django doc s say I can pass OPTIONS for the db connection here: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'OPTIONS': { 'ssl_disabled': 'True', }, 'NAME': 's