CI Python Linter
from django.shortcuts import render # Create your views here. def index(request): return render(request, 'home/index.html')
Settings:
from django.shortcuts import render # Create your views here. def index(request): return render(request, 'home/index.html')
Results:
All clear, no errors found