Questions tagged [heroku-cli]

Use this tag for questions associated with the Heroku Command Line Interface (CLI).

This tag is for the Heroku CLI.

711 questions
-1
votes
1 answer

how to push only one changed file

So, i have python app on heroku with some “database.db” when the app is running this database is filling up. For example i have this files in my project: bot.py database.db when i make changes in bot.py and trying to push changes, my database is…
-1
votes
1 answer

Application error while deploying on heroku

I'm following django for beginners by william vincent and i followed every step carefully and in the end while deploying my pages app on heroku, i see this application error. Please guide me, I'm a beginner in programming. here in the image you can…
-1
votes
1 answer

Clarification of the Heroku CLI + Github Workflow?

I am struggling to understand git & heroku. I have created a nodejs server, pushed it to my github account. I've made a few changes, pulled again, pushed again, and so on. Now I decide to deploy it to heroku. Here are herokus instructions: I have…
userjmillohara
  • 457
  • 5
  • 25
-1
votes
1 answer

Committing changes from Heroku to Github / BitBucket

I'm using Strapi my content management system, hosted on Heroku. However, I'd like to be able to edit content directly on the Heroku server, and pull those changes to my local environment at a later date, when more extensive CMS development is…
jnstn
  • 191
  • 1
  • 2
  • 10
-1
votes
1 answer

How do you solve a Heroku app showing an error that no module named "My project name"

I am trying to upload my first Django project to Heroku and when I run my app its says this: 2020-06-01T13:39:36.641010+00:00 app[web.1]: ModuleNotFoundError: No module named 'Personal_Website' 2020-06-01T13:39:36.641135+00:00 app[web.1]:…