Re: relation "polls_article" does not exist

2018-09-04 Thread Dario Heinisch
You need to run python manage.py migrate. The database tables do not exists. > On 4. Sep 2018, at 21:10, xcode101 wrote: > > Any gist file we could check it out? Sorry to hear that you've been at this > for days. > The piece of code accessing polls_article. > > On Tuesday, 4 September 2018 2

Re: relation "polls_article" does not exist

2018-09-04 Thread xcode101
Any gist file we could check it out? Sorry to hear that you've been at this for days. The piece of code accessing polls_article. On Tuesday, 4 September 2018 20:15:14 UTC+3, Sandy Leon wrote: > > Hello everyone, I have been using Heroku to try and deploy my Django site. > When running the comman

Re: relation "polls_article" does not exist

2018-09-04 Thread xcode101
Any gist file we could check it out? On Tuesday, 4 September 2018 20:15:14 UTC+3, Sandy Leon wrote: > > Hello everyone, I have been using Heroku to try and deploy my Django site. > When running the command 'heroku open' Django gives me this error > > > Environment: > > > Request Method: GET > Re