0.12.36 fix webpush
This commit is contained in:
@@ -24,8 +24,11 @@ def test_code(request):
|
||||
# apps = SocialApp.objects.all()
|
||||
# apps.delete()
|
||||
|
||||
from RoutesApp.search_matches import search_matches
|
||||
search_matches()
|
||||
from PushMessages.views import send_push
|
||||
send_push(request.user, 'test_title', 'test_content')
|
||||
|
||||
# from RoutesApp.search_matches import search_matches
|
||||
# search_matches()
|
||||
|
||||
# try:
|
||||
# # body = request.body
|
||||
|
||||
Reference in New Issue
Block a user