Friday, April 23, 2021

Re: Assistance for deploying django app to heroku


Hi, 

You can see IntegrityError: fixtures you are updating trying to find user with user_id=1 which are not available in your db. Try to create one user and migrate again. Or if the App is still in the development stage. Delete DB and migrate again. It may work. 

Thank you 

Regards
Sujay


On Fri, 23 Apr 2021 at 17:25, ejike....@gmail.com <ejike.chiboka@gmail.com> wrote:
Good day All,

I am trying to deploy my django app to heroku but i keep getting this error in the screenshot attached.

Please can anyone assist in me in finding a solution to this and where the issue could be coming from.

Looking forward to your replies.

Thanks and BR,

Ejike

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7c7fd9ab-20a6-43f3-9793-06ea0f4220c6n%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJ15Ob0pe9%3DpT56vqkbYNE_6sp5qYgts7aYtnCTVqfdaSOQ%2B6g%40mail.gmail.com.

No comments:

Post a Comment