Re: Django Sitemap HTTP Error 500

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related techincal tasks at fair prices. Reply or send email to divy...@pythonmate.com Best Regards, Divyesh Khamele, Pythonmate On Tue, 29 Sep 2020, 1:57 pm dum dum, wrote: > I'm using django sitemap to generate

Re: Django Sitemap HTTP Error 500

2020-09-29 Thread Kasper Laudrup
Hi Dum Dum, On 29/09/2020 13.42, dum dum wrote: Thanks kasper. I actually did check the logs many times both local and production, nothing is wrong,, I use: heroku logs --tail -a -myapp on my production environment It looks like this is only bringing up the access logs, which is not reall

Re: Django Sitemap HTTP Error 500

2020-09-29 Thread dum dum
Thanks kasper. I actually did check the logs many times both local and production, nothing is wrong,, I use: heroku logs --tail -a -myapp on my production environment All runs smoothly, except when I visit domain.com/sitemap.xml, I got this error. Because this is the main reason I requested help.

Re: Django Sitemap HTTP Error 500

2020-09-29 Thread Kasper Laudrup
Hi Dum Dum, On 29/09/2020 10.26, dum dum wrote: I'm using django sitemap to generate my sitemap. In local it works normally, I can visit 127.0.0.1:8000/sitemap.xml and see the data. But in production, I got http error 500 (site matching query not exist) whe