Jamal Mensah
Jamal Mensah
Can you paste the content of your "Procfile" here? On the heroku app page > Overview, what is the value for "Dyno formation"? @AdarshPan @Igor-Kuz
Hi guys. Looking at the error message, it seems there are some apps defined in settings.py which are not in use or not needed or you have not installed required...
@vikaspal1704 Procfile Content: **gunicorn projectname.wsgi:application --log-file - --log-level debug** Your Procfile should look like this **web: gunicorn ecommerce.wsgi --log-file -** **ecommerce** is my project name
@vikaspal1704 Looks like you are making some progress. Now you need to set the allowed host in your settings.py. This is what I have for mine so it works with...
@vikaspal1704 You are welcome and I'm glad to be of help to you. Happy coding!
Hi Adarsh, Kindly check your settings file. There seems to be an app or module called "healthcare" If that module or app does not exist, kindly delete it from the...
Your Procfile should be: web: gunicorn HealthTechnology.wsgi On Fri, Jan 15, 2021 at 7:33 PM Adarsh Pandey wrote: > Hii @ezyhacks , > ThankYou So much for replying , >...
You are welcome. All the best Bro. On Sat, 16 Jan 2021 at 9:26 am, Adarsh Pandey wrote: > @ezyhacks , > Thank You So much brother. > Thank You...
Hi there, Pls move these lines below to the bottom of the settings.py file: import django_heroku django_heroku.settings(locals()) On Mon, 31 May 2021 at 8:52 pm, SanjanaPoptani ***@***.***> wrote: > Hey...