Re: Deploying my Django App to Heroku

2021-04-26 Thread Ejike Enyinnaya
rote: > >> 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 makemigra

Re: Assistance for deploying django app to heroku

2021-04-26 Thread Ejike Enyinnaya
the error) BR, Ejike Chiboka 0804537; 08166516400 On Sat, Apr 24, 2021 at 9:38 PM Jim Illback wrote: > I didn’t see a “createsuperuser" command. Was that done or is it part of > your fixtures.json load? > > Jim > > On Apr 24, 2021, at 8:04 AM, Ejike Enyinnaya > wr

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Ejike Enyinnaya
information and not leaving it empty. BR, Ejike Chiboka 0804537; 08166516400 On Fri, Apr 23, 2021 at 7:53 PM Kasper Laudrup wrote: > On 23/04/2021 20.41, Ejike Enyinnaya wrote: > > I did a git add ., git commit -m and git push heroku master > > Not sure if it's related, but it

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Ejike Enyinnaya
8166516400 On Fri, Apr 23, 2021 at 7:53 PM Kasper Laudrup wrote: > On 23/04/2021 20.41, Ejike Enyinnaya wrote: > > I did a git add ., git commit -m and git push heroku master > > Not sure if it's related, but it's possible: This is not how you should > use revision c

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Ejike Enyinnaya
Hi Guys, This is the error I am getting: (first_django_app) ➜ first_django_app git:(master) heroku run python manage.py loaddata books/fixtures.json Running python manage.py loaddata books/fixtures.json on ⬢ gotbooksapp... up, run.6617 (Free) Traceback (most recent call last): File "/app/.her

Testing my Django App

2020-03-23 Thread Ejike Enyinnaya
Good day All, I am currently running a test for my Django app call 'Books'. Anytime I run an INDEX test, I get the following error below: "File "/Users/macbookpro/.local/share/virtualenvs/first_django_app-mymO4nCn/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py", line 396, in e