IndentationError: unexpected indent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jyoti thorat
    New Member
    • Oct 2017
    • 2

    IndentationError: unexpected indent

    File "/home/edp/djangogirls/blog/urls.py", line 17, in <module>
    from . import views
    File "/home/edp/djangogirls/blog/views.py", line 8
    return render(request, 'blog/post_detail.htm l',{'posts': post})
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Without the code that's referenced in the error message, there's nothing I can do except repeat the error message back at you: Your indentation is wrong around near that block of code.

    Comment

    Working...