mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-04-13 05:06:26 +02:00
5 lines
89 B
Python
5 lines
89 B
Python
from django.contrib.auth.models import AbstractUser
|
|
|
|
|
|
class User(AbstractUser):
|
|
pass
|