From bb9585c465dbaf0d308f78ac0d8ab91e9e400d38 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 14 Feb 2023 09:48:04 +0100 Subject: [PATCH] Update `README.md`. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b2cd4..d9d238e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ X_FRAME_OPTIONS = "SAMEORIGIN" SILENCED_SYSTEM_CHECKS = ["security.W019"] ``` - Run `python manage.py migrate` -- Run `python manage.py collectstatic` +- Run `python manage.py collectstatic --clear` - Restart your application server > **Warning**: if you want use modals instead of popup windows, ensure to add `X_FRAME_OPTIONS = "SAMEORIGIN"` setting.