remove everything about the editor from mapdata app
This commit is contained in:
parent
a2b993b27a
commit
7a9f4da4c1
11 changed files with 19 additions and 43 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue