bbs/board.py
wr_ip=request.client.host,
comment.wr_ip = request.client.host
--------------
이 부분을
wr_ip=get_client_ip(request)
comment.wr_ip = get_client_ip(request)
이렇게 변경하면 해결됩니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 16 | |
| 15 | |
| 14 | |
| 10 | |
| 9 | |
| 7 | |
| 6 | |
| 2 | |
| 1 |
bbs/board.py
wr_ip=request.client.host,
comment.wr_ip = request.client.host
--------------
이 부분을
wr_ip=get_client_ip(request)
comment.wr_ip = get_client_ip(request)
이렇게 변경하면 해결됩니다.
| 번호 | 제목 |
|---|---|
| 16 | |
| 15 | |
| 14 | |
| 10 | |
| 9 | |
| 7 | |
| 6 | |
| 2 | |
| 1 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기