Updated README `Installation` section. [ci skip]

pull/132/head
Fabio Caccamo 2021-05-02 10:39:56 +02:00
parent bb73fafeff
commit 1569828c67
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ INSTALLED_APPS = (
#... #...
) )
X_FRAME_OPTIONS='SAMEORIGIN' # only if django version >= 3.0 # only if django version >= 3.0
X_FRAME_OPTIONS = 'SAMEORIGIN'
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``