Kaydet (Commit) ccd11c09 authored tarafından Alex Gaynor's avatar Alex Gaynor

Flake8 fix -- correct number of newlines between top level definitions

üst 60d27fe7
......@@ -9,6 +9,7 @@ def get_person(request, pk):
person = get_object_or_404(Person, pk=pk)
return HttpResponse(person.name)
def no_template_used(request):
template = loader.get_template_from_string("This is a string-based template")
return HttpResponse(template.render(Context({})))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment