Closed enoren5 closed 1 year 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.
is_published
essays/models.py
This is_published feature needs to now be extended to hide / unhide other content from the Admin Dashboard such as:
landings
essays
generators
tarot_key.html
Resolved in #222 and #225
Extend Issue #163 and PR #178.
is_published
bool inessays/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:landings
app: About contentslandings
app: Essay listslandings
app: How Tosessays
app: Content change logessays
app:Bibliographygenerators
app: (hide/unhide whole app, so that Django doesn’t serve thetarot_key.html
)