Merge branch 'develop' of mowoe.com:reverend/lostplaces-backend into develop

This commit is contained in:
Marcus Scholz 2020-09-22 20:49:00 +02:00
commit 85f2a81ebb

View File

@ -59,7 +59,8 @@ class Taggable(models.Model):
class Mapable(models.Model):
'''
This abstract model class represents an object that can be
displayed on a map.
displayed on a map. Subclasses have to provide absolute urls,
see https://docs.djangoproject.com/en/3.1/ref/models/instances/#get-absolute-url
'''
class Meta:
abstract = True