0.12.36 pays and subscribes

This commit is contained in:
SDE
2024-04-20 12:15:55 +03:00
parent 5c06aceb27
commit bb319780b6
17 changed files with 347 additions and 19 deletions

View File

@@ -24,8 +24,11 @@ def test_code(request):
# apps = SocialApp.objects.all()
# apps.delete()
from PushMessages.views import send_push
send_push(request.user, 'test_title', 'test_content')
# from PushMessages.views import send_push
# send_push(request.user, 'test_title', 'test_content')
from BaseModels.pay_systems.DVL_Group_kaz.api.funcs import create_order
create_order()
# from RoutesApp.search_matches import search_matches
# search_matches()