skip to Main Content

Use JSON data in Django fields

Problem applying values from JSON config in HTML file using Django. Template error: In template C:Usersatppprojectchecktemplatescheck_list.html, error at line 52 Could not parse the remainder: '=check_status.get_status_by_id(check.status)' from 'status=check_status.get_status_by_id(check.status)' 42 : {% block content %} 43 : {% for check in…

VIEW QUESTION

Html – Can't make dynamic page changes

I want to make a dynamic page, but when I make a request the page just refreshes, although it should return an alert when no data is entered (I have not entered any). views.py def adding(request): return render(request, 'matrix_app/adding_matrix.html') create_matrix.js…

VIEW QUESTION
Back To Top
Search