Questions tagged as 'heroku'

2
answers

Error in deploy django / app in heroku?

I need your help to try to find the error in my deploy, which I'm trying to do in heroku. Follow bash information: (python3) user@Inspiron-5548:~/opt/anaconda3/envs/python3/Projetos/ecommerce$ heroku logs (python3) user@Inspiron-5548:~/opt/...
asked by 24.08.2017 / 18:06
1
answer

Deploy to heroku after reinstalling Ubuntu

Good afternoon! I needed to reinstall Ubuntu on my machine, and it was because of it that I was deploying to the heroku. But now that I've reinstalled everything I can no longer deploy. I cloned the git project and managed to push the remote...
asked by 11.07.2017 / 22:14
1
answer

How to tell if Heroku is out? [closed]

I'm experiencing connection issues, how do I know if the Heroku server really is down?     
asked by 29.03.2017 / 00:38
1
answer

I can not update spring project in heroku with git [closed]

I follow the following steps but it does not work: git init git add . git commit -m "mensagem" git push heroku master    C: \ Users \ Adriano \ Documents \ drain-wrap \ drain-wrap> git init   Reinitialized existing Git repository in C: /Us...
asked by 14.02.2017 / 05:34
1
answer

accessing apps on heroku giving error

I'm trying to install an app in heroku but I'm not getting it, so I can not see the status of my apps. My apps is a server in node.js and socket.io in heroku. There's a deploy option for the site that connects to git hub up so quiet but when I t...
asked by 16.06.2015 / 05:18
1
answer

Deploy application on heroku giving error

Whenever I try to deploy an application in heroku, this error appears, I do not know how to fix it.     
asked by 21.03.2015 / 21:58
1
answer

Deploy Python project in heroku with error

I am trying to deploy a Python project using Django in Heroku. The deploy all goes well, but when trying to heroku run python manage.py migrate the following error occurs. Traceback (most recent call last): File "manage.py", line 23, in...
asked by 14.12.2018 / 02:07
1
answer

Heroku downgrade php 7.3. * to 7.2. *

I do not know how I upgraded the version of php in heroku to version 7.3, however this version (7.3. ) is causing several bugs in the application, so I can downgrade to version 7.2. ? I've tried to change the version in composer.json to: "r...
asked by 17.12.2018 / 13:23
1
answer

Django: PostgreSQL local and in Heroku?

I'd like to use PostgreSQL locally and in Heroku. How do I set my settings.py to know which setting to use? I have tried to put it as an environment variable, but I still can not. Today I have this: #Conectar localmente no sqlite def...
asked by 05.12.2018 / 21:14
0
answers

Heroku - Git - Error in push - command: python manage.py collectstatic --noinput

Person, good evening. Can anyone help me? I have the following problem when installing the static files. It looks like the static folder is not being recognized. When I run the command $ git push heroku master The following error...
asked by 22.11.2018 / 00:30