This commit is contained in:
Egor Matveev
2022-02-02 23:33:45 +03:00
parent 21b98735ce
commit c824e52878
4 changed files with 50 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
from functools import cached_property
from django.contrib.auth.models import User, Group
from django.contrib.auth.models import User
from django.db import models
from django.db.models import Q
from django.utils import timezone