Re: Assistance for deploying django app to heroku

2021-04-23 Thread Sujayeendra G
foreign key constraint > "books_book_user_id_4b809191_fk_auth_user_id" > DETAIL: Key (user_id)=(1) is not present in table "auth_user". > > I have done the following: rm -f db.sqlite3 > run python manage.py makemigrations > run python manage.py migrate > I had

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Sujayeendra G
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,

Re: Required Django & React Full Stack Developer.

2021-03-14 Thread Sujayeendra G
😉👍 Sent from Sujay’s iPhone > On 14-Mar-2021, at 3:22 PM, Kunal Solanke wrote: > >  > Did you forget to mention stipend or what 😂😂😂 !! > Work from home is a perk? > > ps:Not interested coz i don't match the criterion.😂😂. > >> On Sun, Mar 14, 2021,

Required Django & React Full Stack Developer.

2021-03-14 Thread Sujayeendra G
Dear Friends. I'm in the requirement of a full time developer for an ongoing E-commerce project. who is able to handle Django for backend and React Native for Mobile app. Kindly find the below Job description and interested people can ping me. Job description - Fluent in Python/Django. -

Re: Ongoing project

2020-12-18 Thread Sujayeendra G
Hello Peter, I’m interested to join team. Sent from Sujay’s iPhone > On 18-Dec-2020, at 7:56 PM, sakshi jain wrote: > >  > plz make what's up grp > >> On Fri, Dec 18, 2020, 03:50 Onlyo wrote: >> still a bit of a junior, but I'm also interested >> >>> On Thu, Dec 17, 2020 at 11:05 PM Hesha

Re: Django/python free Training

2020-12-18 Thread Sujayeendra G
Hi Manucho, I’m interested to subscribe for your channel. I have a concept of building Lead Management in Python/Django. If you can able to teach CRM related course. It will be really useful for many of us. Thank you Regards Sujay Sent from Sujay’s iPhone > On 18-Dec-2020, at 8:48 PM, yashw

Django FormView, Return without redirecting

2019-05-27 Thread Sujayeendra G
Hi, Can anyone kindly let me know, how to return page without redirecting. I mean, I have created one product list_page and corresponding detail_page. In product detail_page. need to fill form to send brochure to their E-mail. After filling form can we return to same section without reloading who

Django FormView, Return without redirecting

2019-05-27 Thread Sujayeendra G
Hi, Can anyone kindly let me know, how to return page without redirecting. I mean, I have created one product list_page and corresponding detail_page. In product detail_page. need to fill form to send brochure to their E-mail. After filling form can we return to same section without reloading