#50 Adopted def documentation.

This commit is contained in:
Marcus Scholz 2021-10-02 04:29:11 +02:00
parent d787651d05
commit 72bfc97fbd
1 changed files with 1 additions and 13 deletions

View File

@ -24,7 +24,7 @@ user.explorer
Currently the explorer profile is used by the abstract model 'Submittable' and has the following realated names/fiels:
- [places](###place) A list containing all (lost) places the user has submitted
- [placeimages](###placeimages) A list containing all images relating a place that a user has submitted
- [photoalbums](###photoalbums) A list of all photo albums a explorere has submitted
- [externallinks](###externallinks) A list of all photo albums a explorere has submitted
### Taggable
@ -141,15 +141,3 @@ This model represents an URL to an external website. External Link is an PlaceAs
the URL to the target
`label`
the label that is shown on the website
### PhotoAlbum
Loacation: `lostplaces.models.external_link.PhototAlbum`
Import From: `lostplaces.models.PhotoAlbum`
#### Super Classes
- django's `models.Model`
- [lostplaces.models.Submittable](###submittable)
- [lostplaces.models.PlaceAsset](###placeasset)
- [lostplaces.models.ExternalLink](###externallink)
A photo album is a link to an external site that is meant to contain photos of the place it is referenced in. It
does not have any fields, just the ones inherited from it's super class [ExternalLink](###externallink).