5 lines
167 B
Python
5 lines
167 B
Python
from django.shortcuts import render
|
|
from elasticsearch_dsl import Q
|
|
from apps.authentication.models import User
|
|
from apps.authentication.documents import UserDocument
|