From 6147fb65e6ce3a1bce36506776f1eeba7c969f1d Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 9 Feb 2023 19:16:03 +0100 Subject: [PATCH] Add warning to README installation instructions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f63715..d7b2cd4 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ SILENCED_SYSTEM_CHECKS = ["security.W019"] - Run `python manage.py collectstatic` - Restart your application server +> **Warning**: if you want use modals instead of popup windows, ensure to add `X_FRAME_OPTIONS = "SAMEORIGIN"` setting. + #### Optional features To make a fieldset start expanded with a `Hide` button to collapse: