Re: Heroku error

2023-02-22 Thread 'Kasper Laudrup' via Django users
On 22/02/2023 06.36, Benjamin Telford wrote: I am going to upload my new version into Heroku. But something went wrong. That sucks :-( Maybe you should try again later? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users"

Heroku error

2023-02-22 Thread Benjamin Telford
I am going to upload my new version into Heroku. But something went wrong. [image: Annotation 2023-02-22 003243.png] -- 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

Heroku error after deployment of Django API

2021-06-10 Thread Rudrakshi soni
My API gets deployed but when I check the endpoints of the URL then it's showing an error that tables are missing even after running the Heroku migrations also. I am using the default SQLite db of Django. -- You received this message because you are subscribed to the Google Groups "Django user

Re: Django Sitemap on heroku error h13

2020-09-21 Thread Omkar Parab
Put your code on github. I'll compare with my code. I've done sitemap for my site and it's working. On Mon, Sep 21, 2020, 8:55 AM dum dum wrote: > Anyone has solution for this issue? > Please let me know > Thanks > > On Mon, Sep 14, 2020 at 12:31 PM dum dum wrote: > >> Update for this case: >>

Re: Django Sitemap on heroku error h13

2020-09-20 Thread dum dum
Anyone has solution for this issue? Please let me know Thanks On Mon, Sep 14, 2020 at 12:31 PM dum dum wrote: > Update for this case: > I fixed the h13 error by limiting records that I pulled from database. > I still don't understand yet why heroku gave me that error, maybe because > the server

Re: Django Sitemap on heroku error h13

2020-09-13 Thread dum dum
Update for this case: I fixed the h13 error by limiting records that I pulled from database. I still don't understand yet why heroku gave me that error, maybe because the server spec is not good enough for my data that has lot rows to pulled. I'm using heroku hobby-basic. Firefox: I open domain/si

Django Sitemap on heroku error h13

2020-09-12 Thread dum dum
I don't know why, in local localhost:8000/sitemap.xml will generate sitemap.xml. But on heroku, domain/sitemap.xml will error h13. I followed this tutorial https://jawaban.online/scope/outlink/6442/django-sitemap-tutorial-help-crawlers-understand-your-website-2018-youtube/ and https://medium.com/

Django + Webpack + Heroku. Error reading /app/webpack-stats.json. Are you sure webpack has generated the file and the path is correct?

2020-01-29 Thread Irawan Setyo Adhi Nugroho
I have the same problem. Is there any solutions? -- 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 discussi

Django + Webpack + Heroku. Error reading /app/webpack-stats.json. Are you sure webpack has generated the file and the path is correct?

2018-06-11 Thread Audi Quattro 1992
Hello! I have some issue with my project Django+Webpack. I spend a lot of time to correct my path STATS_FILE with webpack.config.js, but nothing help me. My project work locally perfect, but when i want to open him on Heroku or AWS i have this issue: "Error reading /app/webpack-stats.json. Are y

Re: Deploy on Heroku Error

2016-10-22 Thread Aline C. R. Souza
Hi Constantine, I did such changes because Gunicorn does not work on Windows, as the article itself states. And the psycopg2==2.5.3 does not work with Visual Studio Community 2015. Your comment made me have an idea. I'll try to deploy with psycopg2 instead of gunicorn. It is a sample blog for m

Re: Deploy on Heroku Error

2016-10-21 Thread Constantine Covtushenko
Hi Aline, I thought that an initial idea of running application with `heroku local` is to check how it can run in heroku. Why did you change the Procfile in such a way? It supposed to use it the same as for heroku. Can you please try with Procfile without any local specific modifications? Regar

Re: Deploy on Heroku Error

2016-10-21 Thread Aline C. R. Souza
Hello, Constantine, I have already followed this article and using `heroku local` the app runs fine. However, some things I did different: (i) I used psycopg2==2.6.2 instead of psycopg2==2.5.3, because the 2.5.3 version do not works with Visual Studio Community 2015. (ii) On my Procfile I put:

Re: Deploy on Heroku Error

2016-10-21 Thread Aline C. R. Souza
Hello Antony, This is the link to the Poll App: https://github.com/alinecrsouza/django-polls-app The changes I made on the imports (change to polls.models instead of .models), I made directly on my virtualenv, I didn't change the polls app code. I was afraid of losing some of my previous work

Re: Deploy on Heroku Error

2016-10-21 Thread Constantine Covtushenko
Hi Aline, I have encountered the problem described by you as well. I am using heroku for about 5 django projects. For some reason this problem does not exist when you run django server with manage.py command. Try to read that heroku

Re: Deploy on Heroku Error

2016-10-20 Thread Antonis Christofides
Hello, > Link to the repo: https://github.com/alinecrsouza/django-blog-app that repo only contains the blog app. Could you show us the polls app? Regards, Antonis Christofides http://djangodeployment.com On 2016-10-20 22:49, Aline C. R. Souza wrote: > Hello everybody, > > I am catching an erro

Deploy on Heroku Error

2016-10-20 Thread Aline C. R. Souza
Hello everybody, I am catching an error on trying to deploy my app on heroku. This is the traceback: File "/app/.heroku/python/lib/python3.5/site-packages/polls/admin.py", line 3, in 2016-10-20T18:42:46.734824+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/importlib/__init__.py