enoren5 / tarot_juicer

Random tarot card generator + rudimentary Django CMS
MIT License
11 stars 12 forks source link

Extend `is_published` feature to cover `landings`, `essays`, and `generators` apps #192

Closed enoren5 closed 1 year ago

enoren5 commented 2 years ago

Extend Issue #163 and PR #178.

is_published bool in essays/models.py is a feature which enables the Admin to switch (toggle) essay content into one of two states: hide or unhide.

This is_published feature needs to now be extended to hide / unhide other content from the Admin Dashboard such as:

enoren5 commented 1 year ago

Resolved in #222 and #225