Browse Source

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

TonyKurts 6 months ago
parent
commit
ed9b3d31e5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/comment.py

+ 2 - 0
models/comment.py

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