remove everything about the editor from mapdata app

This commit is contained in:
Laura Klünder 2017-06-21 12:47:28 +02:00
parent a2b993b27a
commit 7a9f4da4c1
11 changed files with 19 additions and 43 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 BoundsMixin, EditorFormMixin
from c3nav.mapdata.models.base import BoundsMixin
class Source(EditorFormMixin, BoundsMixin, models.Model):
class Source(BoundsMixin, models.Model):
"""
A map source, images of levels that can be useful as backgrounds for the map editor
"""