Opened 3 years ago
Last modified 3 years 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
Note:
See TracTickets
for help on using tickets.