diff --git a/GeneralApp/views.py b/GeneralApp/views.py index 1b83e5f..dae385f 100644 --- a/GeneralApp/views.py +++ b/GeneralApp/views.py @@ -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