Re: Python-django project

2020-08-07 Thread vishnu thuletiya
Yes i am in On Sun, 26 Jul 2020, 9:30 pm Andi Setyawan, wrote: > Interested > > Pada tanggal 21 Jul 2020 10:10 AM, "learn code" > menulis: > >> Hi everyone, >> >> I am learning python and django, like to work on the projects to improve >> more.If any one interested to join with me to work on th

Re: allauth- signup redirect

2020-02-25 Thread Vishnu Thuletiya
In setting.py you can write LOGIN_REDIRECT_URL='your redirect path' On Tue, 25 Feb 2020, 11:57 pm Tosin Ayoola, wrote: > halo guy, i'm using allauth for my authentication, but i wan redirect the > signup user to a page where they get update their profile detail, how do i > override the default s

Re: .objects.all() issue

2020-02-22 Thread Vishnu Thuletiya
You have to import Post first. On Sat, 22 Feb 2020, 7:51 pm Kolluri Mounish, wrote: > Hi all, > > I recently started learning Django. while practicing i come across the > following issue. > > while running Post.objects.all() command on modules i am facing following > error > > > Thanks in advan