Closed k-brahma closed 5 years ago
base document: https://www.jetbrains.com/help/pycharm/debugging-django-template-tutorial.html
for section below:
Type the following code:
from django.shortcuts import render
def index(request): return render(request, 'index.html', context={'hello': 'world'})
You see that index.html is marked as unresolved reference:
Fixed translation engine to output source code block as it is. https://pleiades.io/help/pycharm/debugging-django-template-tutorial.html
base document: https://www.jetbrains.com/help/pycharm/debugging-django-template-tutorial.html
for section below:
Type the following code:
from django.shortcuts import render
def index(request): return render(request, 'index.html', context={'hello': 'world'})
You see that index.html is marked as unresolved reference: