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