0.12.36 pays and subscribes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user