Explorar el Código

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

TonyKurts hace 6 meses
padre
commit
ed9b3d31e5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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