소스 검색

Fixed a bug preventing comments model from working in the admin panel

TonyKurts 6 달 전
부모
커밋
ed9b3d31e5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      models/comment.py

+ 2 - 0
models/comment.py

@@ -1,3 +1,5 @@
+import textwrap
+
 from django.db import models
 from django.contrib.auth import get_user_model