occipital / django-content-settings

The most advanced admin editable setting for Django
https://django-content-settings.readthedocs.io/
36 stars 0 forks source link

Preview on page #64

Closed oduvan closed 7 months ago

oduvan commented 7 months ago

We can save values for preview in session or in cookies or in db values.

Those values should be used instead of the current

Probably middleware after user authorization is required.

Preview is a new model.

One more button to apply preview to the current version.

Show on the top of contents settings list to show that user has content settings in preview. With two options cancel and apply.

After "save" button - show "preview", that submits value and redirect to the main page.