Opened 17 months ago

Last modified 17 months ago

#34516 closed Uncategorized

request.post is null — at Initial Version

Reported by: Avash Owned by: nobody
Component: Uncategorized Version: 4.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

ef submit_expense(request):

###user submit expense###
#TODO:


this_token = request.POST.get("token")


return JsonResponse({

"token": this_token

} )

why this code return null

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top