Re: AttributeError at /auth/users/

2023-07-01 Thread Fikayo Soetan
Good day, I'm also still learning but I think the name of the function should be "_create_user" Fikayo. On Saturday, July 1, 2023 at 6:14:53 PM UTC+1 arun n wrote: > Hello, > > I am new to Django. I am getting the below error. Can someone help. > > from django.db import models > from django.con

Re: I need your helf, I got this below error, after post the django server 8000 on google browser. Please correct my django project code?

2023-07-23 Thread Fikayo Soetan
Good day, In the project urlpatterns it's meant to be ""(two quotation marks) instead of "(one). Also, in the app you have not configured any path to handle the http://127.0.0.1:8000/. What you have is for the other views like signup and all. You need a base one like path("", ... Adjust that a