diff options
author | luxagraf <sng@luxagraf.net> | 2018-02-02 17:14:24 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-02-02 17:14:24 -0600 |
commit | 3222a2d413d1ab141134bee04d17069668f7ac12 (patch) | |
tree | 5fb82d46dc32526268f00c9e42255ad58157ca7b /app/sketches | |
parent | 903b95452fe7489a11b17434ac7bc33c6d444bab (diff) |
Moar bugs
Diffstat (limited to 'app/sketches')
-rw-r--r-- | app/sketches/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/sketches/models.py b/app/sketches/models.py index 310bcd1..48b16e7 100644 --- a/app/sketches/models.py +++ b/app/sketches/models.py @@ -1,6 +1,7 @@ from django.contrib.gis.db import models from django.utils import timezone from django.conf import settings +from django import forms from locations.models import Location from utils.widgets import markdown_to_html |