Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
[image: image.png] I was successfully submitted the sitemap in google search console last week, and got discovered urls about 960.. But suddenly, when I tried to resubmitted sitemap.xml again, I got status "couldn't fetch". The problem is that HTTP Error 500 in production. In local, I can open

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
There is nothing wrong with the rest data in the logs. I found only http error 500 when I visited domain.com/sitemap.xml. It's kinda weird though. Hmm.. still figuring out the cause of the problem. Thanks anyway. On Sun, Sep 27, 2020 at 12:40 PM RANGA BHARATH JINKA < bharathjink...@gmail.com>

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread RANGA BHARATH JINKA
Check the whole logs by going up On Sun, Sep 27, 2020 at 11:07 AM dum dum wrote: > [image: image.png] > This is what I got from heroku logs --tail. > > Thanks. > > On Sun, Sep 27, 2020 at 12:30 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> Run heroku logs --tail

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
[image: image.png] This is what I got from heroku logs --tail. Thanks. On Sun, Sep 27, 2020 at 12:30 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Run heroku logs --tail in terminal > All the best > > On Sun, Sep 27, 2020 at 10:51 AM dum dum wrote: > >> what do

Re: 127.0.0.1:8000 infinite loading, but localhost:8000 can be access

2020-09-26 Thread dum dum
This problem is solved, the solution was in the browser cache. But for others, please kindly aware of this. I was turning this on [image: image.png] That was somehow affected the cache. Everytime I ran py manage.py runserver to 127.0.0.1:8000, I got infinite loading, since localhost is http:// I

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread RANGA BHARATH JINKA
Hi, Run heroku logs --tail in terminal All the best On Sun, Sep 27, 2020 at 10:51 AM dum dum wrote: > what do you mean "log files"? > Is that logs in terminal or ? > > In my terminal it works normal, no problem at all. > in localhost it works normal, but in production I got http error

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
what do you mean "log files"? Is that logs in terminal or ? In my terminal it works normal, no problem at all. in localhost it works normal, but in production I got http error 500 [image: image.png] I'm using heroku. Thanks On Sun, Sep 27, 2020 at 1:20 AM Kasper Laudrup wrote: > Hi Dum Dum,

Django Freelancing Whatsapp group

2020-09-26 Thread Dvs Khamele
Hello all may be you are interested in joining:- https://chat.whatsapp.com/FxBXbilF9vj3UJDIRaPSCP Django Freelancing group. Thanks -- 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

Re: Django + MongoDB

2020-09-26 Thread yaamoussa-solution
yes you use this tuto https://bezkoder.com/django-mongodb-crud-rest-framework/.don't forget mlabmongo module is changed for atlas mongo .you can visite this url : https://devcenter.heroku.com/changelog-items/1823 Le jeu. 23 juil. 2020 à 16:01, Anh Nguyen a écrit : > Nightmares > > On Thu, Jul

Re: 127.0.0.1:8000 infinite loading, but localhost:8000 can be access

2020-09-26 Thread Scott Sawyer
Look in /etc/hosts if you are on a Linux box Sent from my iPhone > On Sep 26, 2020, at 11:23 AM, Kasper Laudrup wrote: > > Hi Dum Dum, > >> On 26/09/2020 20.01, dum dum wrote: >> I don't know why this happened. >> Please advise, Thanks. > > Try to provide some more details if you want some

Re: select_for_update + select_related issue

2020-09-26 Thread Simon Charette
I don't think your issue has anything to do with proxy models. You'll get the exact same error if your use Parent.objects instead of Child.objects as both will generate the same SQL: SELECT * FROM parent LEFT JOIN foreign ON parent.foreign_id = foreign.id FOR UPDATE OF parent In this case

Re: 127.0.0.1:8000 infinite loading, but localhost:8000 can be access

2020-09-26 Thread Kasper Laudrup
Hi Dum Dum, On 26/09/2020 20.01, dum dum wrote: I don't know why this happened. Please advise, Thanks. Try to provide some more details if you want some help. This is most likely related to how you start the server, but since you haven't told us how you do that, we can only guess what

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread Kasper Laudrup
Hi Dum Dum, On 26/09/2020 18.56, dum dum wrote: I followed the solution on the internet https://www.codeproject.com/Questions/5257129/Why-does-my-sitemap-xml-page-return-django-issue-r image.png by commented django.contrib.sites. But still got the same error. Please advise. Thanks What did

127.0.0.1:8000 infinite loading, but localhost:8000 can be access

2020-09-26 Thread dum dum
I don't know why this happened. Please advise, Thanks. -- 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, send an email to django-users+unsubscr...@googlegroups.com. To view this

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
I followed the solution on the internet https://www.codeproject.com/Questions/5257129/Why-does-my-sitemap-xml-page-return-django-issue-r [image: image.png] by commented django.contrib.sites. But still got the same error. Please advise. Thanks On Fri, Sep 25, 2020 at 6:25 PM dum dum wrote: > I

Re: Auto prompting City and State using ZIP code in Members Registration Form

2020-09-26 Thread Mohd Aqib
Hi Ram, You have to save City and State in your database linked in State >> City >> Region(with zipcode) manner. Now create a get request API which requires zipcode as input and return city and state to fill automatically. On Saturday, September 26, 2020 at 11:58:34 AM UTC+5:30

Re: Auto prompting City and State using ZIP code in Members Registration Form

2020-09-26 Thread o1bigtenor
On Sat, Sep 26, 2020 at 1:28 AM Ram wrote: > > Hi, > > We are trying to use USPS API to get City and State attributes by passing ZIP > code. API is working fine, but we need to use this API in our members > registration form, where user enters ZIP code, then City and State should be > auto

Auto prompting City and State using ZIP code in Members Registration Form

2020-09-26 Thread Ram
Hi, We are trying to use USPS API to get City and State attributes by passing ZIP code. API is working fine, but we need to use this API in our members registration form, where user enters ZIP code, then City and State should be auto filled in respective fields. This way user does not have to