I get this kind of error. Help me IndentationError: unindent does not match any outer indentation level

Asked 1 years ago, Updated 1 years ago, 56 views

What's the problem 탭 스페이스 Is it a tab space gap problem? I erased everything that was written in front of me and set it up with a tab, but it still doesn't work (Crying)

not match any outer indentation

2022-09-22 19:01

1 Answers

You should read the error message carefully.

The password = request.POST part of the 17th line tells us that there is a problem.

If you look at that line, the indentations in the front and back rows are broken.

Be sure to read the error message carefully. It's not an error message that comes out for a reason.


2022-09-22 19:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.