add scope to filter data
This commit is contained in:
parent
394546dc67
commit
e9dec3292c
13 changed files with 386 additions and 36 deletions
|
@ -3,7 +3,7 @@ from functools import wraps
|
|||
from django.http import JsonResponse, HttpResponse
|
||||
from django.shortcuts import redirect
|
||||
|
||||
from extensions.consts import UserRoles
|
||||
from common.consts import UserRoles
|
||||
|
||||
|
||||
def require_ajax(view_func):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue