initail elasticsearch
This commit is contained in:
4
apps/search/views.py
Normal file
4
apps/search/views.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from django.shortcuts import render
|
||||
from elasticsearch_dsl import Q
|
||||
from apps.authentication.models import User
|
||||
from apps.authentication.documents import UserDocument
|
||||
Reference in New Issue
Block a user