rename and refactor mapdata models

This commit is contained in:
Laura Klünder 2017-05-05 12:32:35 +02:00
parent a18dc108c1
commit 5973ca3211
10 changed files with 86 additions and 84 deletions

View file

@ -1,10 +1,10 @@
from django.db import models
from django.utils.translation import ugettext_lazy as _
from c3nav.mapdata.models.base import MapItem
from c3nav.mapdata.models.base import Feature
class Source(MapItem):
class Source(Feature):
"""
A map source, images of levels that can be useful as backgrounds for the map editor
"""