Explorar o código

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

TonyKurts hai 6 meses
pai
achega
ed9b3d31e5
Modificáronse 1 ficheiros con 2 adicións e 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