#50 Adopted def documentation.
This commit is contained in:
parent
d787651d05
commit
72bfc97fbd
@ -24,7 +24,7 @@ user.explorer
|
|||||||
Currently the explorer profile is used by the abstract model 'Submittable' and has the following realated names/fiels:
|
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
|
- [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
|
- [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
|
### Taggable
|
||||||
@ -141,15 +141,3 @@ This model represents an URL to an external website. External Link is an PlaceAs
|
|||||||
the URL to the target
|
the URL to the target
|
||||||
`label`
|
`label`
|
||||||
the label that is shown on the website
|
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).
|
|
Loading…
Reference in New Issue
Block a user