[Fixed]-How can I use Json as Django view context

1👍

dialy_program should read like so, with single quotes '' to avoid a syntax error with building the string:

daily_program = '{"Training":["abc","dxf","gfh"],"Nutrition":["acd","dbd","cdf"]}'

Leave a comment