Compare commits
No commits in common. "3b526c9c6f0b4b74b813ea83e364d5474ff24112" and "84f13ced805da35698281eb4215fe7b951d17ca1" have entirely different histories.
3b526c9c6f
...
84f13ced80
@ -59,8 +59,7 @@ class Taggable(models.Model):
|
|||||||
class Mapable(models.Model):
|
class Mapable(models.Model):
|
||||||
'''
|
'''
|
||||||
This abstract model class represents an object that can be
|
This abstract model class represents an object that can be
|
||||||
displayed on a map. Subclasses have to provide absolute urls,
|
displayed on a map.
|
||||||
see https://docs.djangoproject.com/en/3.1/ref/models/instances/#get-absolute-url
|
|
||||||
'''
|
'''
|
||||||
class Meta:
|
class Meta:
|
||||||
abstract = True
|
abstract = True
|
||||||
|
Loading…
Reference in New Issue
Block a user