Re: Running migrations with multiple databases

2023-07-11 Thread shahee...@gmail.com
Thanks: just what I needed to know! On Tuesday, 11 July 2023 at 02:48:48 UTC+1 David Nugent wrote: Migrations are executed according to how your db routers is setup. See setting DATABASE_ROUTERS. Note that normally you would be replicating secondaries, so migrations are normally not applied on

Re: Django 3.1.2 JSONField handling error with an Postgres Foreign Data Wrapper-based model

2020-10-15 Thread shahee...@gmail.com
gt; https://code.djangoproject.com/ I don't see any tickets with the query > *jsonfield > foreign data* that are similar with your experience, so you may have > found an edge case. > > On Thursday, October 15, 2020 at 5:31:09 AM UTC-4 shahee...@gmail.com > wrote: > &g

Re: A question about running Channels and Django code under Celery

2020-08-24 Thread shahee...@gmail.com
me of my original posting, I had not noticed that the exception noted below was still happening AND when I moved off my development system onto an AWS deployment setup, everything stopped working. On Saturday, 22 August 2020 at 14:52:33 UTC+1 shahee...@gmail.com wrote: > I have a question a