Update `README.md`. [ci skip]
parent
191d82a5c2
commit
bb9585c465
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue