move cache.py to mapdata root

This commit is contained in:
Laura Klünder 2017-10-23 19:32:11 +02:00
parent 5af314d282
commit 2124b4a536
4 changed files with 3 additions and 3 deletions

View file

@ -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