mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 12:36:23 +03:00
django_backend: init
This commit is contained in:
7
django_backend/users/models.py
Normal file
7
django_backend/users/models.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.db import models
|
||||
from django.contrib.auth.models import AbstractUser
|
||||
|
||||
|
||||
class User(AbstractUser):
|
||||
|
||||
telegram_id = models.BigIntegerField(null=True, unique=True, blank=True)
|
||||
Reference in New Issue
Block a user