diff options
Diffstat (limited to 'app/sketches')
-rw-r--r-- | app/sketches/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/sketches/models.py b/app/sketches/models.py index 02fa766..9a3a8af 100644 --- a/app/sketches/models.py +++ b/app/sketches/models.py @@ -1,3 +1,4 @@ +import re from django.contrib.gis.db import models from django.utils import timezone from django.conf import settings @@ -7,6 +8,7 @@ from django.urls import reverse from utils.widgets import markdown_to_html from locations.models import CheckIn +from utils.widgets import parse_image, parse_video def render_images(s): |