Added missing import for Point
This commit is contained in:
parent
6e4ecc4604
commit
2963bf9650
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ from django.views.generic import CreateView
|
|||
from django.shortcuts import redirect
|
||||
from django.contrib import messages
|
||||
from django.urls import reverse
|
||||
from django.contrib.gis.geos import Point
|
||||
|
||||
from public.mixins import InConstructionMixin
|
||||
|
||||
|
|
Loading…
Reference in a new issue