add feature views to api and editor.js

This commit is contained in:
Laura Klünder 2016-10-13 13:55:02 +02:00
parent 0036b27057
commit 4b74eb0cf5
13 changed files with 216 additions and 178 deletions

View file

@ -30,4 +30,3 @@ class MapdataModel(models.Model):
class Meta:
abstract = True
unique_together = ('package', 'name')