Re: AttributeError at /auth/users/

2023-07-01 Thread Muhammad Juwaini Abdul Rahman
What's your code in urls.py for `/auth/user`? On Sunday, 2 July 2023 at 01:14:53 UTC+8 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.contrib.auth.models import AbstractBaseUser, PermissionsMixin, >

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

Looking for an exciting Django project to apply my skills

2023-07-01 Thread s.alaoui youssef
Passionate and experienced developer seeking an engaging Django project to apply my skills and take on new challenges. With a strong background in web development and a deep expertise in Django, I am capable of designing and implementing robust and scalable web applications. I am familiar with

Re: Hello everyone,happy to be here.

2023-07-01 Thread 'Kasper Laudrup' via Django users
On 29/06/2023 09.23, Apili Vicky wrote: am failing to get apython path on the cmd interface..what could be wrong Pretty much everything could be wrong, so I suggest you start by fixing that. If that doesn't work, try doing nothing. Sometimes that's the best option in cases like this. Hop

Re: Hello everyone,happy to be here.

2023-07-01 Thread Harshal Bordia
What's the command you are using ? On Fri, 30 Jun 2023, 03:26 Apili Vicky, wrote: > am failing to get apython path on the cmd interface..what could be wrong > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group

AttributeError at /auth/users/

2023-07-01 Thread arun n
Hello, I am new to Django. I am getting the below error. Can someone help. from django.db import models from django.contrib.auth.models import AbstractBaseUser, PermissionsMixin, BaseUserManager, UserManager class UserAccountManager(BaseUserManager): def create_user(self, email, name, pa

Re: Hello everyone,happy to be here.

2023-07-01 Thread Naamara Hannington
Hey Vicky. Kindly share a screenshot and some of the files you are working with? Hannington Naamara Co-Founder, Edoctorug +256 775 719034 www.edoctorug.com https://eu.api.accredible.com/v1/frontend/credential_website_embed_image/certificate/2514865 On Fri, Jun 30, 2023, 12:56 AM Apili Vicky wro