Compare commits

..

No commits in common. "3b526c9c6f0b4b74b813ea83e364d5474ff24112" and "84f13ced805da35698281eb4215fe7b951d17ca1" have entirely different histories.

View File

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