Re: Deploying my Django App to Heroku

2021-04-26 Thread Ejike Enyinnaya
Hi Ayser, Would try that and give feedback. BR, Ejike Chiboka 0804537; 08166516400 On Fri, Apr 23, 2021 at 1:10 PM Ayser shuhaib wrote: > Make sure you create the user objects in the database before loading the > books data > > On Fri, 23 Apr 2021 at 14:02, Nzekwe Isaac wrote: > >> I thin

Re: Deploying my Django App to Heroku

2021-04-23 Thread Ayser shuhaib
Make sure you create the user objects in the database before loading the books data On Fri, 23 Apr 2021 at 14:02, Nzekwe Isaac wrote: > I think there's a problem with your database. Try deleting your dbsqlite > database and run migrations a again. > > On Fri, 23 Apr 2021, 12:50 Ejike Enyinnaya,

Re: Deploying my Django App to Heroku

2021-04-23 Thread Nzekwe Isaac
I think there's a problem with your database. Try deleting your dbsqlite database and run migrations a again. On Fri, 23 Apr 2021, 12:50 Ejike Enyinnaya, wrote: > Good day Isaac, > > I ran makemigrations and migrate before deploy as seen in my screenshots > but I am still having the same problem

Re: Deploying my Django App to Heroku

2021-04-21 Thread Nzekwe Isaac
Try running makemigrations and migrations again before deploying again On Wed, 21 Apr 2021, 22:30 ejike@gmail.com, wrote: > Good day All, > > Please I am trying to deploy my App which uses Django/Python as the > backend and React as the frontend to Heroku but I keep getting this error > in t