How to make a fix backward compatible with old data?

2021-09-21 Thread Salima Begum
Hi all, We used to allow uploading images to a market place Ad and when a user doesn't upload one of the images we present a dummy image in the UI as well as saving the same dummy image in the database. Now we added a fix for not saving dummy image and just saving whatever user uploads. That

Re: need help integrating SSL with react/django web app

2021-09-21 Thread hey there
hi I don't want to deep analysis of how can Cloudflare bring more preferred than normal cartbot but most likely it is the way it is built. it proxied connections offer tls /mtls edge certificate etc. which is known to us all but it is also there that it maintains its own CA and CA record

Re: Deploy help

2021-09-21 Thread Kasper Laudrup
On 20/09/2021 21.14, Anornymous u wrote: Sorry my bad, it was meant for the person asking the question about deployment. No worries. Just a bit confusing when it happens. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django

Celery + AWS SQS

2021-09-21 Thread Manuel Buri
Hi, I would like to know if I need to actively delete messages in the queue (AWS SQS) or if I can simply set up the asynchronous service e.g. like in this blogpost . Thank you very much for a short answer. Manuel

Re: Deploy help

2021-09-21 Thread Anornymous u
Sorry my bad, it was meant for the person asking the question about deployment. On Tue, 21 Sep 2021, 21:49 Kasper Laudrup, wrote: > On 20/09/2021 19.08, Anornymous u wrote: > > Open the domain on a different browser see if it works, could be your > > browser is stuck with cache. Am assuming you

Django 4.0 alpha 1 released

2021-09-21 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/sep/21/django-40-alpha-1-released/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,

Re: Deploy help

2021-09-21 Thread Kasper Laudrup
On 20/09/2021 19.08, Anornymous u wrote: Open the domain on a different browser see if it works, could be your browser is stuck with cache. Am assuming you had collected all the static files using the command python manage.py collecstatic I think you replied to the wrong person. I don't see

Re: Deploy help

2021-09-21 Thread Anornymous u
Open the domain on a different browser see if it works, could be your browser is stuck with cache. Am assuming you had collected all the static files using the command python manage.py collecstatic On Tue, 21 Sep 2021, 19:41 Kasper Laudrup, wrote: > On 21/09/2021 17.39, Daniel Gauvin wrote: > >

Re: Deploy help

2021-09-21 Thread Kasper Laudrup
On 21/09/2021 17.39, Daniel Gauvin wrote: Hi, I am looking for support to deploy a Django application on cPanel.  The application itself is working, however the static files (CSS, JS and Images) do not load in the application. Will this guide help you?

Deploy help

2021-09-21 Thread Daniel Gauvin
Hi, I am looking for support to deploy a Django application on cPanel. The application itself is working, however the static files (CSS, JS and Images) do not load in the application. In my settings.py file, it is as such: STATIC_URL = '/static/' STATICFILES_DIRS = ['static'] STATIC_ROOT =

Re: Query help

2021-09-21 Thread J.T.
Makes sense, I probably should have realized this from the beginning. Appreciate the help. On Monday, September 20, 2021 at 6:17:05 PM UTC-5 Sean wrote: > Add a property to count Y for each column > > Or add a computed field that tallies that on save > > For reference > > >

Re: django-admin doesn't display choices and it's not possible to select one

2021-09-21 Thread Mariangeles Mendoza
Thank you very much!!! I will try other browsers. I have used Firefox and Brave. No, I am not using other custom widget. Thanks again, Maria On Monday, September 20, 2021 at 1:59:25 PM UTC+2 bnmng wrote: > Hi. I don't see anything in your code samples that would cause this. > One line in