Re:

2023-07-31 Thread oluwafemi damilola
It'll advice that you add some extra informations to the page, also the image takes at least 5 seconds to load and the icon is tiny on mobiles On Mon, 31 Jul 2023, 14:48 marvelous, wrote: > Oh ok then I will put that into consideration thank you very much > > > > Sent from Mail

Re: User not Authenticating.

2023-04-24 Thread oluwafemi damilola
userLogin = authenticate(request, username=username, password=password) On Mon, 24 Apr 2023 at 17:29, Opeoluwa Fatunmbi wrote: > > Let me see your login.html > > > > > > > On Mon, 24 Apr 2023 at 17:28, Lawal Tobiloba Samuel < > oluwasheun9...@gmail.com> wrote: > >> code here: >> >> def

Re: Django urls error

2023-04-16 Thread oluwafemi damilola
Your path is 'hello/', but in your browser you are going to 'home', that path does not exist On Fri, 14 Apr 2023 at 23:07, lalit upadhyay wrote: > *I have copied my code here. Plz fix this error:* > > > view.py > from django.http import HttpResponse > > > def hello_delhi_capitals(request): >

Re: Django urls error

2023-04-16 Thread oluwafemi damilola
If you are still getting the error if you visit the 'hello' path, then you should visit 'hello/hello/' On Sun, 16 Apr 2023 at 11:19, oluwafemi damilola wrote: > Your path is 'hello/', but in your browser you are going to 'home', that > path does not exist > > On Fri, 14 Apr 2