sir, any solution for this?
https://groups.google.com/g/django-users/c/Ks5QbFO0VX0
On Tuesday, August 11, 2020 at 10:51:21 PM UTC+5:30 Adam Johnson wrote:
> Hi!
>
> I think you've found the wrong mailing list for this post. This mailing
> list is for discussing the development of Django itself,
https://groups.google.com/g/django-users/c/Ks5QbFO0VX0any solution fo
this?
On Friday, August 14, 2020 at 3:39:57 PM UTC+5:30 agnese.c...@gmail.com
wrote:
> If you want to build an ecommerce website with django use "Oscar" an app
> that builds the ecommerce for you in django
>
> Il Ven 1
Below is my Base class
class User(AbstractUser):
class Meta:
verbose_name =_("Student")
verbose_name_plural = _("Students")
ROLE = (
('STUDENT', 'Student'),
('TEACHER', 'Teacher'),
('STUDENT-TEACHER', 'Student-Teacher')
)
username = models.CharField(verbose_name=_('Username'), max_length=100,
3 matches
Mail list logo