This commit is contained in:
Egor Matveev
2022-02-01 00:33:39 +03:00
parent ef340572b6
commit 82a15f15c6
3 changed files with 38 additions and 1 deletions

View File

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