Re: Error while hosting on heroku

2020-03-13 Thread shree hari
Yes -- 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 discussion on the web visit https://groups.google.co

Re: Error while hosting on heroku

2020-03-13 Thread shree hari
Hope i have done. Will check again though -- 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 discussion on t

Re: Error while hosting on heroku

2020-03-13 Thread Sai Sandeep Rayanuthala
You need to type Heroku run bash -a appname Make sure you configured your postgres database correctly. On Sat, 14 Mar 2020, 00:04 shree hari, wrote: > I tried that too. > Still its the same. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" gro

Re: Error while hosting on heroku

2020-03-13 Thread mohamed khaled
Do you use postgres ??? On Mar 13 2020, at 5:15 pm, shree hari wrote: > here's the paste of the error: https://del.dog/ewoghelahu.txt > have already run makemigrations and migrate. It runs fine on my local > machine. Can somebody please help me ? > > > -- > You received this message because you

Re: Error while hosting on heroku

2020-03-13 Thread Jorge Gimeno
Have you checked the logs to see what the command returns? -Jorge On Fri, Mar 13, 2020 at 11:34 AM shree hari wrote: > I tried that too. > Still its the same. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this gr

Re: Error while hosting on heroku

2020-03-13 Thread shree hari
I tried that too. Still its the same. -- 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 discussion on the w

Re: Error while hosting on heroku

2020-03-13 Thread Jorge Gimeno
if you used --app appname, then migrations didn't run. You can use 'heroku run python manage.py migrate blog' (without the single quotes) to migrate the blog app models, or 'heroku run python manage.py migrate' (again without single quotes) to migrate all the models in the project. -Jorge On Fri

Re: Error while hosting on heroku

2020-03-13 Thread shree hari
heroku run python manage.py migrate --app appname is the command i used. On Friday, March 13, 2020 at 9:21:21 PM UTC+5:30, Philip Mitchell wrote: > > what command did you run fro migrations, you need to run heroku migrate > commands > > On Friday, March 13, 2020 at 6:15:17 PM UTC+3, shree hari wr

Re: Error while hosting on heroku

2020-03-13 Thread Philip Mitchell
what command did you run fro migrations, you need to run heroku migrate commands On Friday, March 13, 2020 at 6:15:17 PM UTC+3, shree hari wrote: > > here's the paste of the error: https://del.dog/ewoghelahu.txt > have already run makemigrations and migrate. It runs fine on my local > machine. C

Error while hosting on heroku

2020-03-13 Thread shree hari
here's the paste of the error: https://del.dog/ewoghelahu.txt have already run makemigrations and migrate. It runs fine on my local machine. Can somebody please help me ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this