Re: Dynamic Logo

2020-10-18 Thread Damanjeet Singh
This link might work for your work https://docs.djangoproject.com/en/3.1/ref/contrib/sites/ On Sun, 18 Oct 2020, 12:53 Asaduzzaman Sohel, wrote: > I am creating a django application. now I would like to create logo, site > name & info which will be dynamic. I want to create Model for this ,

Re: Dynamic Logo

2020-10-18 Thread Clive Bruton
On 18 Oct 2020, at 12:53, Asaduzzaman Sohel wrote: I am creating a django application. now I would like to create logo, site name & info which will be dynamic. I want to create Model for this , but problem is use create many logo, site name or info. but Use can create or edit only one

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

2020-10-18 Thread Shaheed Haque
Indeed. And to close out the discussion I can confirm that my FDW implementations were using JSON columns, and the issue was resolved by switching to JSONB instead. On Sun, 18 Oct 2020, 14:40 Jason, wrote: > looks like you got a response back, and there's more context in the linked > ticket

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

2020-10-18 Thread Jason
looks like you got a response back, and there's more context in the linked ticket too. tl;dr json is not jsonb, and django only works with the latter On Thursday, October 15, 2020 at 10:02:30 AM UTC-4 shahee...@gmail.com wrote: > Thanks Jason, I filed

Dynamic Logo

2020-10-18 Thread Asaduzzaman Sohel
I am creating a django application. now I would like to create logo, site name & info which will be dynamic. I want to create Model for this , but problem is use create many logo, site name or info. but Use can create or edit only one logo, one site name. How can I do this? -- You received