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
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
2 matches
Mail list logo