diff options
Diffstat (limited to 'app/posts/models.py')
-rw-r--r-- | app/posts/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/posts/models.py b/app/posts/models.py index 9f79c66..1f909f7 100644 --- a/app/posts/models.py +++ b/app/posts/models.py @@ -1,6 +1,7 @@ from django.db import models from django.utils.html import format_html, format_html_join from django.utils import timezone +from django.contrib.auth.models import User from products.models import ProductLink |