Django Indentation error
问题 I am new to Django and was trying this code in a tutorial. But now I'm not able to run my program because of the following error: IndentationError at / ('unexpected indent', ('D:\\django_workspace\\django_bookmarks\\..\\django_bookmarks\\bookmarks\\views.py', 14, 4, ' return HttpResponse(output)\n')) Request Method: GET Request URL: http://localhost:8000/ Exception Type: IndentationError Exception Value: ('unexpected indent', ('D:\\django_workspace\\django_bookmarks\\..\\django_bookmarks\