diff --git a/django_lostplaces/docs/developer.md b/django_lostplaces/docs/developer.md index 2aadd94..2a9aff2 100644 --- a/django_lostplaces/docs/developer.md +++ b/django_lostplaces/docs/developer.md @@ -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). \ No newline at end of file