Update `README.md`. [ci skip]

master
Fabio Caccamo 2023-02-14 09:48:04 +01:00
parent 191d82a5c2
commit bb9585c465
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ X_FRAME_OPTIONS = "SAMEORIGIN"
SILENCED_SYSTEM_CHECKS = ["security.W019"] SILENCED_SYSTEM_CHECKS = ["security.W019"]
``` ```
- Run `python manage.py migrate` - Run `python manage.py migrate`
- Run `python manage.py collectstatic` - Run `python manage.py collectstatic --clear`
- Restart your application server - Restart your application server
> **Warning**: if you want use modals instead of popup windows, ensure to add `X_FRAME_OPTIONS = "SAMEORIGIN"` setting. > **Warning**: if you want use modals instead of popup windows, ensure to add `X_FRAME_OPTIONS = "SAMEORIGIN"` setting.