emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Add article album feature #69

Closed sveetch closed 7 months ago

sveetch commented 7 months ago

Is your feature request related to a problem? Please describe. It would be useful if an article could have an album of media files.

Describe the solution you'd like Album would be a new model which will gather AlbumItem objects, each AlbumItem will hold a media file.

Article could then select a single Album object to rely on. And finally the article detail could display album items if it have an album.

sveetch commented 7 months ago

This is currently on work in branch v0.8.0

sveetch commented 7 months ago

Done in v0.8.0 pre 10