move cache.py to mapdata root
This commit is contained in:
parent
5af314d282
commit
2124b4a536
4 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ from django.db import models
|
|||
from django.utils.translation import ugettext_lazy as _
|
||||
from shapely.geometry import CAP_STYLE, JOIN_STYLE, mapping
|
||||
|
||||
from c3nav.mapdata.cache import changed_geometries
|
||||
from c3nav.mapdata.fields import GeometryField
|
||||
from c3nav.mapdata.models.geometry.base import GeometryMixin
|
||||
from c3nav.mapdata.models.locations import SpecificLocation
|
||||
from c3nav.mapdata.render.cache import changed_geometries
|
||||
from c3nav.mapdata.utils.json import format_geojson
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue